From 04524a295ebcb338a0139e0e9dba5ed33407c4c7 Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Thu, 7 Sep 2023 19:19:35 +0200 Subject: [PATCH] add rustical_auth dependency --- crates/dav/Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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"] }