dav: Migrate WebDav routes into a resource formalism

This commit is contained in:
Lennart
2023-09-13 12:46:48 +02:00
parent 759c4afee9
commit 31c7dcbd7d
14 changed files with 741 additions and 467 deletions

View File

@@ -21,3 +21,4 @@ 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"] }
async-trait = "0.1.73"