diff options
author | Akshay <[email protected]> | 2023-04-29 12:28:43 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2023-04-29 12:28:43 +0100 |
commit | 83c91eeeab4080d4dccd87607cf887e0133aa625 (patch) | |
tree | c3fc73bec852cfaee692c34f45b6ae3cbae79e8d /Cargo.toml |
init
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..c97aa53 --- /dev/null +++ b/Cargo.toml | |||
@@ -0,0 +1,8 @@ | |||
1 | [package] | ||
2 | name = "rust-bin" | ||
3 | version = "0.1.0" | ||
4 | edition = "2021" | ||
5 | |||
6 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
7 | |||
8 | [dependencies] | ||