feat: support cancellable official sync

This commit is contained in:
2026-07-10 00:36:40 +08:00
parent f704ec18c5
commit 2bdc55a1be
4 changed files with 188 additions and 20 deletions
+1
View File
@@ -23,6 +23,7 @@ async-trait.workspace = true
md-5 = "0.10"
hex = "0.4"
tempfile = "3.14"
libc = "0.2"
sqlx = { version = "0.8", features = ["runtime-tokio", "sqlite"] }
[dev-dependencies]