Begin Implementing V2 features

This commit is contained in:
Breadway 2026-05-11 20:56:10 +08:00
parent 55d103b3cf
commit 5adcfb3854
18 changed files with 3433 additions and 121 deletions

View file

@ -9,6 +9,7 @@ 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
@ -16,3 +17,9 @@ 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"

File diff suppressed because it is too large Load diff