mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-21 16:53:08 +02:00
introduce a new taskchampion::server::SyncOp type
This commit is contained in:
parent
ff9ad8185b
commit
6f7794c7de
3 changed files with 449 additions and 2 deletions
|
@ -14,6 +14,7 @@ pub(crate) mod test;
|
|||
mod config;
|
||||
mod crypto;
|
||||
mod local;
|
||||
mod op;
|
||||
mod remote;
|
||||
mod types;
|
||||
|
||||
|
@ -21,3 +22,5 @@ pub use config::ServerConfig;
|
|||
pub use local::LocalServer;
|
||||
pub use remote::RemoteServer;
|
||||
pub use types::*;
|
||||
|
||||
pub(crate) use op::SyncOp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue