Removed unnecessary dependencies

monolith
hheik 2024-08-22 01:17:44 +03:00
parent cc46fe2fd0
commit 8c2874d2ca
1 changed files with 1 additions and 5 deletions

View File

@ -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"