breadbox/breadbox-sync/Cargo.toml
Breadway 69c982eef9
All checks were successful
Mirror to GitHub / mirror (push) Successful in 5s
Build and publish package / package (push) Successful in 2m10s
Release 0.2.4: shared bread-theme stylesheet
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-16 18:32:48 +08:00

14 lines
231 B
TOML

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