refactor taskchampion::server into a module with submodules
This commit is contained in:
6
taskchampion/src/server/mod.rs
Normal file
6
taskchampion/src/server/mod.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
#[cfg(test)]
|
||||
pub(crate) mod test;
|
||||
|
||||
mod types;
|
||||
|
||||
pub use types::{Blob, Server, VersionAdd};
|
||||
Reference in New Issue
Block a user