diff --git a/Cargo.toml b/Cargo.toml index 1796bc4..6e3a798 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ protobuf_macros = { git = "https://github.com/plietar/rust-protobuf-macros", fea [features] alsa-backend = ["alsa"] portaudio-backend = ["portaudio-rs"] -pulseaudio-backend = ["libpulse-sys, "libc"] +pulseaudio-backend = ["libpulse-sys", "libc"] jackaudio-backend = ["jack"] with-tremor = ["librespot-audio/with-tremor"]