Optimize directory sync performance

This commit is contained in:
Gregory Schier
2025-01-05 10:56:40 -08:00
parent 40adce921b
commit 17fdd608d1
7 changed files with 113 additions and 96 deletions

View File

@@ -17,6 +17,7 @@ log = "0.4.22"
serde_json = "1.0.132"
hex = "0.4.3"
sha1 = "0.10.6"
tokio = {version = "1.42.0", features = ["fs"]}
[build-dependencies]
tauri-plugin = { version = "2.0.3", features = ["build"] }