summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <bridle.benjamin@gmail.com>2022-08-25 20:57:37 +1200
committerBen Bridle <bridle.benjamin@gmail.com>2022-08-25 20:57:37 +1200
commit6eee1102918857b11ecc193e684e2438520ef90f (patch)
tree19533d851c646331c38965a2ab3fd91a15f131a3 /Cargo.toml
downloadrecipe-6eee1102918857b11ecc193e684e2438520ef90f.zip
Initial commitv1.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..8bc9dd4
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "recipe_parser"
+version = "1.0.0"
+authors = ["Ben Bridle <bridle.benjamin@gmail.com>"]
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]