summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-07-03 13:59:18 +0300
committerYuval Adam <_@yuv.al>2018-07-03 13:59:18 +0300
commit24b557f2616d54f75bfc2d6f076c50240180ada1 (patch)
tree77ea8bca5ded1c8d92f7baacaff8924b26168897 /Cargo.toml
parentdb606609af91987f62e9496adc65ca74c02352d5 (diff)
Add basic clap structure
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 e8374df..7ab02c9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,3 +5,4 @@ authors = ["Yuval Adam <_@yuv.al>"]
[dependencies]
colored = "1.6"
+clap = "2.32"