move types in crate::types to crate::server

This commit is contained in:
Dustin J. Mitchell
2020-11-26 11:34:04 -05:00
parent e84871931f
commit 2457d8bc43
5 changed files with 20 additions and 24 deletions

View File

@@ -4,7 +4,6 @@ use server::{NullSyncServer, SyncServer};
mod api;
mod server;
mod types;
// TODO: use hawk to sign requests