diff --git a/Cargo.toml b/Cargo.toml index 9ed6213..a670e71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ path = "src/main.rs" ratatui = "0.30" crossterm = "0.29" pipewire = "0.9.2" -symphonia = { version = "0.5", features = ["mp3", "flac", "ogg", "wav", "aac"] } +symphonia = { version = "0.5", features = ["all"] } rosc = "0.10" tokio = { version = "1", features = ["full"] } crossbeam-channel = "0.5"