refactor taskchampion::server into a module with submodules

This commit is contained in:
Dustin J. Mitchell
2020-11-24 18:04:49 -05:00
parent 7cfa27fc7e
commit 549d3b9f6d
5 changed files with 13 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
#[cfg(test)]
pub(crate) mod test;
mod types;
pub use types::{Blob, Server, VersionAdd};