Migrate DAV props to serde. Big clusterfuck right now but it'll hopefully pay off

This commit is contained in:
Lennart
2024-03-14 19:24:23 +01:00
parent a145445277
commit b540362791
10 changed files with 246 additions and 190 deletions

View File

@@ -17,7 +17,6 @@ use tokio::sync::RwLock;
pub mod error;
pub mod resources;
pub mod routes;
pub mod tagname;
pub struct CalDavContext<C: CalendarStore + ?Sized> {
pub prefix: String,