mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-31 17:03:30 +02:00
actually support synchronization
This commit is contained in:
parent
0a2293a9c5
commit
59f4e6abd7
7 changed files with 219 additions and 2 deletions
|
@ -3,7 +3,9 @@
|
|||
|
||||
mod errors;
|
||||
mod operation;
|
||||
mod server;
|
||||
mod taskdb;
|
||||
|
||||
pub use operation::Operation;
|
||||
pub use server::Server;
|
||||
pub use taskdb::DB;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue