add a 'task sync' command using a copy of the test server

This commit is contained in:
Dustin J. Mitchell
2020-11-25 18:06:56 -05:00
parent a81c84d7c7
commit 8f7e2e2790
5 changed files with 153 additions and 24 deletions

View File

@@ -1,7 +1,9 @@
#[cfg(test)]
pub(crate) mod test;
mod local;
mod signing;
mod types;
pub use local::LocalServer;
pub use types::*;