From 8c2874d2ca125bba5745b425d3605d659fdce430 Mon Sep 17 00:00:00 2001 From: hheik <4469778+hheik@users.noreply.github.com> Date: Thu, 22 Aug 2024 01:17:44 +0300 Subject: [PATCH] Removed unnecessary dependencies --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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"