can't be bothered writing a commit message

This commit is contained in:
Breadway 2026-05-24 18:57:01 +08:00
parent 7df0003c2c
commit 81319dd584
12 changed files with 1971 additions and 573 deletions

14
breadbox-sync/Cargo.toml Normal file
View file

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