diff options
| author | Denis Evsyukov <[email protected]> | 2020-03-07 18:46:45 +0300 |
|---|---|---|
| committer | Denis Evsyukov <[email protected]> | 2020-03-07 18:46:45 +0300 |
| commit | 101d877bf713df10c58968b80b0712477fad7bf3 (patch) | |
| tree | 620ac5e4114f84264cd78947387a4c9c20338ef5 /Cargo.toml | |
| parent | [+] added important note (diff) | |
| download | t-101d877bf713df10c58968b80b0712477fad7bf3.tar.xz t-101d877bf713df10c58968b80b0712477fad7bf3.zip | |
[+] getopts
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..18f248d --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "t" +version = "0.1.0" +authors = ["Denis Evsyukov <[email protected]>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +getopts = "0.2"
\ No newline at end of file |