diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-06-14 18:08:59 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-06-14 18:08:59 +0530 |
commit | 5652175a94163b8d1d4ad7fd9c2cbde5956bc1a1 (patch) | |
tree | f40bc077b0c5eb49ef5781d84b8e2ad72c039a12 /Cargo.toml |
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..64ce4b8 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "crustgrep" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |