WIP: start parsing recipes

This commit is contained in:
Sebastian Kuzminsky 2025-01-12 23:35:13 -07:00
parent 86bd75b63e
commit aca1e0715f
3 changed files with 416 additions and 0 deletions

10
tools/Cargo.toml Normal file
View 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"