Credentials helper if config not present or unparseable

Fixes #1
This commit is contained in:
Michael Edwards
2019-03-27 22:35:31 +01:00
committed by Henrik Friedrichsen
parent 58f34b9288
commit d78e71871a
5 changed files with 248 additions and 26 deletions

View File

@@ -15,6 +15,7 @@ maintenance = { status = "experimental" }
[dependencies]
clap = "2.32.0"
chrono = "0.4"
reqwest = "0.9.11"
crossbeam-channel = "0.3.8"
directories = "1.0"
failure = "0.1.3"
@@ -34,13 +35,16 @@ rand = "0.6.5"
[dependencies.librespot]
git = "https://github.com/librespot-org/librespot.git"
rev = "2fb901a743906a5b49b3148dbfa85074964dd745"
rev = "14721f4"
default-features = false
[dependencies.cursive]
version = "0.11.1"
default-features = false
[dependencies.winapi]
git = "https://github.com/overdrivenpotato/winapi-rs"
[features]
pulseaudio_backend = ["librespot/pulseaudio-backend"]
rodio_backend = ["librespot/rodio-backend"]