minimal config file parsing
This commit is contained in:
parent
b4e5967845
commit
8fda9c2c3e
8 changed files with 153 additions and 0 deletions
9
modular-recipes/code/recipe-loader/Cargo.toml
Normal file
9
modular-recipes/code/recipe-loader/Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "recipe-loader"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "^4.5.26", features = ["derive"] }
|
||||
recipe = {path="../recipe"}
|
||||
toml = "0.8.19"
|
||||
Loading…
Add table
Add a link
Reference in a new issue