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

19
bread-sync/Cargo.toml Normal file
View file

@ -0,0 +1,19 @@
[package]
name = "bread-sync"
version = "0.1.0"
edition = "2021"
[dependencies]
serde.workspace = true
serde_json.workspace = true
anyhow.workspace = true
toml = "0.8"
chrono = { version = "0.4", features = ["serde"] }
dirs = "5.0"
git2 = { version = "0.18", features = ["vendored-libgit2"] }
reqwest = { version = "0.11", features = ["blocking", "json"] }
flate2 = "1.0"
tar = "0.4"
[dev-dependencies]
tempfile = "3.13"