breadbox/breadbox-sync/Cargo.toml
Breadway fbd73c1984
All checks were successful
beta (rc) release / build (push) Has been skipped
dev release / build (push) Successful in 1m7s
release / build (push) Successful in 1m6s
Bump version to v0.3.1
2026-08-15 23:05:47 +08:00

14 lines
231 B
TOML

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