summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2020-06-02 23:34:11 -0700
committerSam Tay <sam.chong.tay@gmail.com>2020-06-02 23:34:11 -0700
commit224547551bd7b525fd9f8c0d137c593a143d0008 (patch)
tree32dbdc6bb3e189dc316703290366740640e46d25 /Cargo.toml
parent9a9594870a0068c74b7fee0aff5944ec02864cf6 (diff)
Parse CLI args with clap
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b03e6ad..e7411ec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,4 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+clap = "2.33.1"