summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-06 23:26:02 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-06 23:26:02 -0500
commit3f4a6ec11e55a1d5634ba24e2dfd32d9e1d70d65 (patch)
tree52c83d5495b734890ff0f6312273704311e45011 /Cargo.toml
parenta47cdb90b8bfb91bccb7ea7d36a54115d429605d (diff)
downloadlastfm-query-3f4a6ec11e55a1d5634ba24e2dfd32d9e1d70d65.tar.gz
lastfm-query-3f4a6ec11e55a1d5634ba24e2dfd32d9e1d70d65.zip
make db syncing work
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 4b24c57..68d7b9e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ authors = ["Jesse Luehrs <doy@tozt.net>"]
[dependencies]
directories = "1.0"
failure = "0.1"
+pbr = "1.0"
reqwest = "0.9"
rusqlite = "0.15"
serde = "1.0"