mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +00:00
add rustical_auth dependency
This commit is contained in:
@@ -17,6 +17,7 @@ quick-xml = { version = "0.30.0", features = [
|
|||||||
] }
|
] }
|
||||||
roxmltree = "0.18.0"
|
roxmltree = "0.18.0"
|
||||||
rustical_store = { path = "../store/" }
|
rustical_store = { path = "../store/" }
|
||||||
|
rustical_auth = { path = "../auth/" }
|
||||||
serde = { version = "1.0.188", features = ["serde_derive", "derive"] }
|
serde = { version = "1.0.188", features = ["serde_derive", "derive"] }
|
||||||
serde_json = "1.0.105"
|
serde_json = "1.0.105"
|
||||||
tokio = { version = "1.32.0", features = ["sync", "full"] }
|
tokio = { version = "1.32.0", features = ["sync", "full"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user