add rustical_auth dependency

This commit is contained in:
Lennart
2023-09-07 19:19:35 +02:00
parent 2639f00924
commit 04524a295e

View File

@@ -17,6 +17,7 @@ quick-xml = { version = "0.30.0", features = [
] }
roxmltree = "0.18.0"
rustical_store = { path = "../store/" }
rustical_auth = { path = "../auth/" }
serde = { version = "1.0.188", features = ["serde_derive", "derive"] }
serde_json = "1.0.105"
tokio = { version = "1.32.0", features = ["sync", "full"] }