Move Resource and xml_snippets to dav crate

This commit is contained in:
Lennart
2023-09-14 13:39:53 +02:00
parent d8e6b0e0e0
commit c8bd214438
11 changed files with 19 additions and 17 deletions

View File

@@ -4,4 +4,8 @@ version = "0.1.0"
edition = "2021"
[dependencies]
actix-web = "4.4.0"
anyhow = "1.0.75"
async-trait = "0.1.73"
quick-xml = "0.30.0"
rustical_auth = { path = "../auth/" }