diff --git a/crates/dav/Cargo.toml b/crates/dav/Cargo.toml index eaa5d71..3001ad2 100644 --- a/crates/dav/Cargo.toml +++ b/crates/dav/Cargo.toml @@ -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"] }