Move DAV Push logic to dav crate

This commit is contained in:
Lennart
2025-01-15 17:40:23 +01:00
parent 985d4d03e8
commit 658e6ebc1b
6 changed files with 85 additions and 81 deletions

3
Cargo.lock generated
View File

@@ -2748,7 +2748,6 @@ dependencies = [
"rustical_frontend",
"rustical_store",
"rustical_store_sqlite",
"rustical_xml",
"serde",
"sqlx",
"tokio",
@@ -2823,11 +2822,13 @@ dependencies = [
"itertools 0.14.0",
"log",
"quick-xml",
"reqwest",
"rustical_store",
"rustical_xml",
"serde",
"strum",
"thiserror 2.0.11",
"tokio",
"tracing",
"tracing-actix-web",
]