Move depth_extractor to dav crate

This commit is contained in:
Lennart
2023-09-14 14:04:48 +02:00
parent a4b2e104e7
commit 7edb041eb7
5 changed files with 4 additions and 2 deletions

View File

@@ -7,5 +7,7 @@ edition = "2021"
actix-web = "4.4.0"
anyhow = "1.0.75"
async-trait = "0.1.73"
derive_more = "0.99.17"
futures-util = "0.3.28"
quick-xml = "0.30.0"
rustical_auth = { path = "../auth/" }