From b22f252abd7ff0782cea62eaf91c81f4e38e0a3e Mon Sep 17 00:00:00 2001 From: Sasha Hilton Date: Fri, 2 Feb 2018 05:14:00 +0100 Subject: [PATCH] Add missing " --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1796bc43..6e3a798d 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"]