mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-30 22:43:24 +02:00
use StorageConfig instead of ReplicaConfig
This commit is contained in:
parent
b004b6cb93
commit
02d9c577ab
6 changed files with 30 additions and 21 deletions
|
@ -31,7 +31,6 @@ for more information about the design and usage of the tool.
|
|||
|
||||
*/
|
||||
|
||||
mod config;
|
||||
mod errors;
|
||||
mod replica;
|
||||
pub mod server;
|
||||
|
@ -41,9 +40,9 @@ mod taskdb;
|
|||
mod utils;
|
||||
mod workingset;
|
||||
|
||||
pub use config::ReplicaConfig;
|
||||
pub use replica::Replica;
|
||||
pub use server::{Server, ServerConfig};
|
||||
pub use storage::StorageConfig;
|
||||
pub use task::{Priority, Status, Tag, Task, TaskMut};
|
||||
pub use workingset::WorkingSet;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue