Refactor store crate

This commit is contained in:
Lennart
2024-09-30 18:23:30 +02:00
parent 2670abfef0
commit acc47e4e24
14 changed files with 18 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ use rustical_dav::{
resource::HandlePropfind,
xml::{multistatus::PropstatWrapper, MultistatusElement},
};
use rustical_store::{event::Event, CalendarStore};
use rustical_store::{model::Event, CalendarStore};
use serde::Deserialize;
use tokio::sync::RwLock;