This commit is contained in:
Breadway 2026-05-11 22:51:32 +08:00
parent 61000d8811
commit 251c586b6f
18 changed files with 125 additions and 3432 deletions

View file

@ -9,7 +9,6 @@ path = "src/main.rs"
[dependencies]
bread-shared = { path = "../bread-shared" }
bread-sync = { path = "../bread-sync" }
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
@ -17,9 +16,3 @@ anyhow.workspace = true
clap = { version = "4.5", features = ["derive"] }
notify = "6.1"
libc = "0.2"
dirs = "5.0"
reqwest = { version = "0.11", features = ["blocking", "json"] }
flate2 = "1.0"
tar = "0.4"
chrono = { version = "0.4", features = ["serde"] }
toml = "0.8"