mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 02:22:21 +00:00
outsource toml store into own file
This commit is contained in:
@@ -8,7 +8,7 @@ use rustical_api::configure_api;
|
||||
use rustical_auth::AuthProvider;
|
||||
use rustical_dav::{configure_dav, configure_well_known};
|
||||
use rustical_frontend::configure_frontend;
|
||||
use rustical_store::calendar::TomlCalendarStore;
|
||||
use rustical_store::toml_store::TomlCalendarStore;
|
||||
use std::fs;
|
||||
use std::sync::Arc;
|
||||
use tokio::sync::RwLock;
|
||||
|
||||
Reference in New Issue
Block a user