add a simple CLI

This commit is contained in:
Dustin J. Mitchell 2020-01-01 18:52:40 -05:00
parent b898ec1fde
commit e17943d878
6 changed files with 111 additions and 2 deletions

View file

@ -8,5 +8,6 @@ mod server;
mod taskdb;
pub use operation::Operation;
pub use replica::Replica;
pub use server::Server;
pub use taskdb::DB;