mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 18:12:27 +00:00
Update Cargo.toml
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -2874,7 +2874,6 @@ dependencies = [
|
||||
"tower",
|
||||
"tower-sessions",
|
||||
"tracing",
|
||||
"uuid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
@@ -6,10 +6,9 @@ description.workspace = true
|
||||
repository.workspace = true
|
||||
publish = false
|
||||
|
||||
[features]
|
||||
[dependencies]
|
||||
axum = { version = "0.8" }
|
||||
tower = { version = "0.5" }
|
||||
axum.workspace = true
|
||||
tower.workspace = true
|
||||
axum-extra.workspace = true
|
||||
|
||||
rustical_xml.workspace = true
|
||||
|
||||
@@ -22,7 +22,6 @@ derive_more = { workspace = true, features = ["as_ref"] }
|
||||
rustical_xml.workspace = true
|
||||
tokio.workspace = true
|
||||
rand.workspace = true
|
||||
uuid.workspace = true
|
||||
clap.workspace = true
|
||||
rustical_dav.workspace = true
|
||||
rustical_ical.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user