caldav: Add vtimezone repository to date timezone with timezone-id

This commit is contained in:
Lennart
2025-07-23 17:55:55 +02:00
parent 0ef3e19bd3
commit 5d0263abc1
4 changed files with 67 additions and 12 deletions

View File

@@ -135,6 +135,8 @@ reqwest = { version = "0.12", features = [
openidconnect = "4.0"
clap = { version = "4.5", features = ["derive", "env"] }
matchit-serde = { git = "https://github.com/lennart-k/matchit-serde", rev = "f0591d13" }
# TODO: Pin version
vzic-rs = { git = "https://github.com/lennart-k/vzic-rs", branch = "main" }
ece = { version = "2.3", default-features = false, features = [
"backend-openssl",
] }