summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2020-02-24 03:57:40 +0300
committerOxore <oxore@protonmail.com>2020-02-24 03:57:40 +0300
commita3be84cafaec3ef7ede9c142268cedf12d9f744d (patch)
tree0c24252a8dd44f81488321a1f56a60c1ea3b7e5c /Cargo.toml
parent466badee5b66cdb88c99c701e3b7279894303a38 (diff)
Use clap for CLI argument parsing
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 a2942d8..7bb745a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,3 +5,4 @@ authors = ["Oxore <oxore@protonmail.com>"]
edition = "2018"
[dependencies]
+clap = "2.33.0"