mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 03:32:15 +00:00
Move DAV Push logic to dav crate
This commit is contained in:
3
Cargo.lock
generated
3
Cargo.lock
generated
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user