can't be bothered writing a commit message
This commit is contained in:
parent
7df0003c2c
commit
81319dd584
12 changed files with 1971 additions and 573 deletions
14
breadbox-sync/Cargo.toml
Normal file
14
breadbox-sync/Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue