CalDAV Scheduling - part 3

This commit is contained in:
mdecimus
2025-06-17 15:04:01 +02:00
parent 55e62a6830
commit 20cb114715
28 changed files with 4091 additions and 1069 deletions

View File

@@ -20,7 +20,7 @@ mail-auth = { version = "0.7.1" }
mail-send = { version = "0.5", default-features = false, features = ["cram-md5", "ring", "tls12"] }
smtp-proto = { version = "0.1", features = ["rkyv"] }
dns-update = { version = "0.1" }
calcard = { version = "0.1.2", features = ["rkyv"] }
calcard = { version = "0.1.3", features = ["rkyv"] }
ahash = { version = "0.8.2", features = ["serde"] }
parking_lot = "0.12.1"
regex = "1.7.0"