mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 14:42:30 +00:00
frontend: Show group calendars
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user