diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2020-09-21 17:40:05 +0300 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2020-09-21 17:48:33 +0300 |
commit | 42cca401d21085709da7333069dbfcca99177d8d (patch) | |
tree | 9addbac29cdce1e3430b40c267f5c6d4d816a5d2 /Cargo.toml | |
download | rshell-42cca401d21085709da7333069dbfcca99177d8d.tar.xz |
Initial commit
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..933b672 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "rshell" +version = "0.1.0" +authors = ["Aqua-sama <aqua@iserlohn-fortress.net>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |