diff --git a/Cargo.toml b/Cargo.toml index 1affc65..95c3ef4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,12 +7,8 @@ edition = "2021" [dependencies] argh = "0.1.12" -bincode = "1.3.3" -crc32fast = "1.3.2" crossterm = "0.27.0" -interprocess = "1.2.1" opus = "0.3.0" ratatui = "0.23.0" -rodio = {version = "0.17.3", features = [ "symphonia-all" ], default-features = false } -serde = "1.0.196" +rodio = { version = "0.17.3", features = [ "symphonia-all" ], default-features = false } symphonia = "0.5.4"