diff options
author | Ben Bridle <bridle.benjamin@gmail.com> | 2022-08-25 20:57:37 +1200 |
---|---|---|
committer | Ben Bridle <bridle.benjamin@gmail.com> | 2022-08-25 20:57:37 +1200 |
commit | 6eee1102918857b11ecc193e684e2438520ef90f (patch) | |
tree | 19533d851c646331c38965a2ab3fd91a15f131a3 /Cargo.toml | |
download | recipe-43df640b5abd25fc14ada9c03dd0134e3c10ce49.zip |
Initial commitv1.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 9 |
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] |