WIP: start parsing recipes
This commit is contained in:
parent
86bd75b63e
commit
aca1e0715f
3 changed files with 416 additions and 0 deletions
10
tools/Cargo.toml
Normal file
10
tools/Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "tools"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.95"
|
||||
clap = { version = "4.5.26", features = ["derive"] }
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
toml = "0.8.19"
|
||||
Loading…
Add table
Add a link
Reference in a new issue