implement playlist caching

This commit is contained in:
Henrik Friedrichsen
2019-03-14 20:34:13 +01:00
parent 8dbfbf104f
commit a5d00730ea
7 changed files with 339 additions and 177 deletions

View File

@@ -20,13 +20,14 @@ futures = "0.1"
log = "0.4.0"
rspotify = "0.2.5"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
toml = "0.4"
tokio = "0.1.7"
tokio-core = "0.1"
tokio-timer = "0.2"
unicode-width = "0.1.5"
dbus = { version = "0.6.4", optional = true }
xdg = "^2.1"
[dependencies.librespot]
git = "https://github.com/librespot-org/librespot.git"