1.3.21.3.2
Android APK Release / Build Android APK (push) Successful in 55m29s

This commit is contained in:
2026-05-26 16:32:18 +08:00
parent 546cef5ba6
commit 17673b2862
89 changed files with 24098 additions and 272 deletions
+17
View File
@@ -0,0 +1,17 @@
[package]
name = "sync-linux"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["lib"]
[dependencies]
# 不依赖 sync-core,避免循环依赖
notify = { version = "7", features = ["macos_fsevent"] }
walkdir = "2"
thiserror = { workspace = true }
tracing = "0.1"
anyhow = { workspace = true }
tokio = { workspace = true }
async-trait = "0.1"