outsource toml store into own file

This commit is contained in:
Lennart
2023-09-13 12:46:08 +02:00
parent 7caec0f157
commit 759c4afee9
5 changed files with 135 additions and 117 deletions

View File

@@ -1,2 +1,3 @@
pub mod calendar;
pub mod models;
pub mod toml_store;