完成webdav同步功能

This commit is contained in:
2026-07-10 23:57:23 +08:00
parent de5bd2fa01
commit 6a66c7867a
6 changed files with 2866 additions and 25 deletions

View File

@@ -27,4 +27,5 @@ serde_json = "1"
time = ">=0.3.0, <0.3.47"
notify = "8.2.0"
regex = "1"
opendal = { version = "0.57.0", features = ["services-s3", "services-webdav"] }
tokio = { version = "1", features = ["rt-multi-thread", "time"] }