summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-07 00:10:59 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-07 00:10:59 -0500
commit2a39ca78354c5acb82ae1f4edb68ef6c2f0f2b03 (patch)
treea196d2106f79c2d33d86f049d6fcdad8168103f1 /Cargo.toml
parent3f4a6ec11e55a1d5634ba24e2dfd32d9e1d70d65 (diff)
downloadlastfm-query-2a39ca78354c5acb82ae1f4edb68ef6c2f0f2b03.tar.gz
lastfm-query-2a39ca78354c5acb82ae1f4edb68ef6c2f0f2b03.zip
switch to indicatif
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 68d7b9e..a3b2d3b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ authors = ["Jesse Luehrs <doy@tozt.net>"]
[dependencies]
directories = "1.0"
failure = "0.1"
-pbr = "1.0"
+indicatif = "0.9"
reqwest = "0.9"
rusqlite = "0.15"
serde = "1.0"