Remove toml store

This commit is contained in:
Lennart
2024-06-21 18:01:41 +02:00
parent 0994c484d1
commit 9c703673fa
4 changed files with 1 additions and 126 deletions

View File

@@ -4,6 +4,5 @@ pub mod event;
pub mod sqlite_store;
pub mod store;
pub mod timestamps;
pub mod toml_store;
pub use error::Error;
pub use store::CalendarStore;