breadbox/breadbox-sync/Cargo.toml
Breadway 732c3126ae Release 0.2.2: shared bread-theme stylesheet
Pin bread-theme v0.2.6 and load the shared ecosystem stylesheet.
2026-06-16 18:32:12 +08:00

14 lines
231 B
TOML

[package]
name = "breadbox-sync"
version = "0.2.2"
edition = "2021"
license = "MIT"
[[bin]]
name = "breadbox-sync"
path = "src/main.rs"
[dependencies]
breadbox-shared = { path = "../breadbox-shared" }
serde_json = "1"
ureq = "2"