frontend: Show group calendars

This commit is contained in:
Lennart
2025-04-12 13:13:16 +02:00
parent 30b0bf5b56
commit 63c16f411d
5 changed files with 22 additions and 35 deletions

View File

@@ -110,7 +110,6 @@ reqwest = { version = "0.12", features = [
"charset",
"http2",
], default-features = false }
dashmap = "6.1"
[dependencies]
rustical_store = { workspace = true }
@@ -129,7 +128,6 @@ sqlx = { workspace = true }
async-trait = { workspace = true }
tracing-actix-web = { workspace = true }
uuid.workspace = true
dashmap.workspace = true
opentelemetry = { version = "0.29", optional = true }
opentelemetry-otlp = { version = "0.29", optional = true }