diff options
author | Oxore <oxore@protonmail.com> | 2020-02-24 03:57:40 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2020-02-24 03:57:40 +0300 |
commit | a3be84cafaec3ef7ede9c142268cedf12d9f744d (patch) | |
tree | 0c24252a8dd44f81488321a1f56a60c1ea3b7e5c /Cargo.toml | |
parent | 466badee5b66cdb88c99c701e3b7279894303a38 (diff) |
Use clap for CLI argument parsing
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,3 +5,4 @@ authors = ["Oxore <oxore@protonmail.com>"] edition = "2018" [dependencies] +clap = "2.33.0" |