Skip to content

Commit 9e1d4e0

Browse files
committed
Support syncing existing local folders
1 parent 9766b79 commit 9e1d4e0

14 files changed

Lines changed: 467 additions & 14 deletions

File tree

crates/cloudreve-sync/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ tracing-appender = "0.2"
1818
tower-http = { version = "0.5", features = ["trace", "cors"] }
1919
futures = "0.3"
2020
reqwest = { version = "0.12", features = ["json", "stream", "multipart"] }
21+
md-5 = "0.10"
22+
sha1 = "0.10"
2123
sha2 = "0.10"
2224
image = "0.24"
2325
url = "2.5"

0 commit comments

Comments
 (0)