implement playlist caching
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user