summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-07 10:01:18 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-07 10:01:18 -0500
commit1e1a47061c455a5324d8a62fa9bcee9ecdf9c4cb (patch)
tree905d0a1f8bdc8995e924a559f1dee313a612079a /Cargo.toml
parent2f5bc1cb9f31d431d017d173728fd1e782c97c8e (diff)
downloadlastfm-query-1e1a47061c455a5324d8a62fa9bcee9ecdf9c4cb.tar.gz
lastfm-query-1e1a47061c455a5324d8a62fa9bcee9ecdf9c4cb.zip
better command line 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 a3b2d3b..1e5783a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
[dependencies]
+clap = "2.32"
directories = "1.0"
failure = "0.1"
indicatif = "0.9"