move from xdg crate to cross-platform directories crate

closes #38
This commit is contained in:
Henrik Friedrichsen
2019-03-20 23:37:56 +01:00
parent 2b45778196
commit cdf63ba9ac
4 changed files with 58 additions and 39 deletions

View File

@@ -14,6 +14,7 @@ maintenance = { status = "experimental" }
[dependencies]
crossbeam-channel = "0.3.8"
directories = "1.0"
failure = "0.1.3"
futures = "0.1"
log = "0.4.0"
@@ -25,7 +26,6 @@ tokio-core = "0.1"
tokio-timer = "0.2"
unicode-width = "0.1.5"
dbus = { version = "0.6.4", optional = true }
xdg = "^2.1"
[dependencies.rspotify]
git = "https://github.com/hrkfdn/rspotify.git"