caldav: Implement Dav Push topic

This commit is contained in:
Lennart
2025-01-12 18:45:35 +01:00
parent 8b332ade3d
commit 185eb8bddd
26 changed files with 121 additions and 76 deletions

3
Cargo.lock generated
View File

@@ -2631,6 +2631,7 @@ dependencies = [
"tracing",
"tracing-actix-web",
"url",
"uuid",
]
[[package]]
@@ -2656,6 +2657,7 @@ dependencies = [
"tracing",
"tracing-actix-web",
"url",
"uuid",
]
[[package]]
@@ -3721,6 +3723,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b913a3b5fe84142e269d63cc62b64319ccaf89b748fc31fe025177f767a756c4"
dependencies = [
"getrandom",
"rand",
]
[[package]]