committed by
Henrik Friedrichsen
parent
58f34b9288
commit
d78e71871a
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user