dav: Add interface for copy and move

This commit is contained in:
Lennart
2025-06-14 14:44:10 +02:00
parent 0669d4e683
commit 86ab6ef75e
8 changed files with 1717 additions and 390 deletions

View File

@@ -34,6 +34,7 @@ opentelemetry = [
debug = 0
[workspace.dependencies]
matchit = "0.8"
uuid = { version = "1.11", features = ["v4", "fast-rng"] }
async-trait = "0.1"
axum = "0.8"
@@ -133,6 +134,7 @@ reqwest = { version = "0.12", features = [
], default-features = false }
openidconnect = "4.0"
clap = { version = "4.5", features = ["derive", "env"] }
matchit-serde = { git = "https://github.com/lennart-k/matchit-serde", rev = "a6efbcee" }
[dependencies]
rustical_store = { workspace = true }