diff options
Diffstat (limited to 'data/recipes/Cargo.toml')
-rw-r--r-- | data/recipes/Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/recipes/Cargo.toml b/data/recipes/Cargo.toml new file mode 100644 index 00000000..272918d6 --- /dev/null +++ b/data/recipes/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "recipe-generator" +version = "0.1.0" +edition = "2021" + +[dependencies] +serde = { version = "1.0.210", features = ["derive"] } +serde_yml = "0.0.12" + +[[bin]] +path = "default.rs" +name = "recipes-default" |