summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-08 01:52:31 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-08 01:52:31 -0500
commitbd7c31233de96d96e16f9c15e22d014514f7a173 (patch)
tree10d1cc4bc6a88475e38e5b137928b3f74e6fdf35 /Cargo.toml
parentde41e542cb74d192ffd48600569b7d9fdc9e6cdd (diff)
downloadlastfm-query-bd7c31233de96d96e16f9c15e22d014514f7a173.tar.gz
lastfm-query-bd7c31233de96d96e16f9c15e22d014514f7a173.zip
stop passing the api key on the command line
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 1e5783a..c2bb578 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,7 @@ directories = "1.0"
failure = "0.1"
indicatif = "0.9"
reqwest = "0.9"
+rpassword = "2.0"
rusqlite = "0.15"
serde = "1.0"
serde_json = "1.0"