Add RemoteServer to the taskchampion crate
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
pub(crate) mod test;
|
||||
|
||||
mod local;
|
||||
mod remote;
|
||||
mod types;
|
||||
|
||||
pub use local::LocalServer;
|
||||
pub use remote::RemoteServer;
|
||||
pub use types::*;
|
||||
|
||||
Reference in New Issue
Block a user