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

View File

@@ -21,3 +21,5 @@ log = { workspace = true }
derive_more = { workspace = true }
tracing = { workspace = true }
tracing-actix-web = { workspace = true }
reqwest.workspace = true
tokio.workspace = true