can't be bothered writing a commit message
This commit is contained in:
parent
f4996e495f
commit
d823edc14e
12 changed files with 1971 additions and 573 deletions
9
breadbox-shared/Cargo.toml
Normal file
9
breadbox-shared/Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "breadbox-shared"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
toml = "0.8"
|
||||
Loading…
Add table
Add a link
Reference in a new issue