aboutsummaryrefslogtreecommitdiff
path: root/data/recipes/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'data/recipes/Cargo.toml')
-rw-r--r--data/recipes/Cargo.toml12
1 files changed, 0 insertions, 12 deletions
diff --git a/data/recipes/Cargo.toml b/data/recipes/Cargo.toml
deleted file mode 100644
index 272918d6..00000000
--- a/data/recipes/Cargo.toml
+++ /dev/null
@@ -1,12 +0,0 @@
-[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"