Syncs without handling conflicts

This commit is contained in:
daladim 2021-02-27 11:58:40 +01:00
parent 4dd0bea78b
commit 6fe9b71e16
4 changed files with 131 additions and 7 deletions

View file

@ -14,9 +14,10 @@ pub mod calendar;
pub use calendar::Calendar;
mod task;
pub use task::Task;
pub mod provider;
pub use provider::Provider;
pub mod client;
pub mod provider;
pub mod cache;
pub mod settings;