mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-31 17:03:30 +02:00
factor storage out to a trait object
This commit is contained in:
parent
e228c99b83
commit
611b1cd68f
11 changed files with 177 additions and 108 deletions
|
@ -10,7 +10,7 @@ mod replica;
|
|||
mod server;
|
||||
mod task;
|
||||
mod taskdb;
|
||||
mod taskstorage;
|
||||
pub mod taskstorage;
|
||||
mod tdb2;
|
||||
|
||||
pub use operation::Operation;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue