mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-30 22:43:24 +02:00
Factor replica and sync configuration into simple owned structs
This commit is contained in:
parent
87596bb1f0
commit
8af7ba286d
16 changed files with 81 additions and 23 deletions
|
@ -23,6 +23,7 @@ for more information about the design and usage of the tool.
|
|||
|
||||
*/
|
||||
|
||||
mod config;
|
||||
mod errors;
|
||||
mod replica;
|
||||
pub mod server;
|
||||
|
@ -31,6 +32,7 @@ mod taskdb;
|
|||
pub mod taskstorage;
|
||||
mod utils;
|
||||
|
||||
pub use config::{ReplicaConfig, ServerConfig};
|
||||
pub use replica::Replica;
|
||||
pub use task::Priority;
|
||||
pub use task::Status;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue