update Cargo.toml

This commit is contained in:
Lennart
2024-10-04 11:58:42 +02:00
parent 4e85d129d1
commit 15d3050569

View File

@@ -8,7 +8,6 @@ actix-web = "4.9"
askama = { version = "0.12", features = ["serde", "with-actix-web"] } askama = { version = "0.12", features = ["serde", "with-actix-web"] }
askama_actix = "0.14" askama_actix = "0.14"
tokio = { version = "1.40", features = ["sync", "full"] } tokio = { version = "1.40", features = ["sync", "full"] }
rustical_auth = { path = "../auth/" }
rustical_store = { path = "../store/" } rustical_store = { path = "../store/" }
anyhow = "1.0" anyhow = "1.0"
thiserror = "1.0" thiserror = "1.0"