Removed unnecessary dependencies
parent
cc46fe2fd0
commit
8c2874d2ca
|
|
@ -7,12 +7,8 @@ edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
argh = "0.1.12"
|
argh = "0.1.12"
|
||||||
bincode = "1.3.3"
|
|
||||||
crc32fast = "1.3.2"
|
|
||||||
crossterm = "0.27.0"
|
crossterm = "0.27.0"
|
||||||
interprocess = "1.2.1"
|
|
||||||
opus = "0.3.0"
|
opus = "0.3.0"
|
||||||
ratatui = "0.23.0"
|
ratatui = "0.23.0"
|
||||||
rodio = {version = "0.17.3", features = [ "symphonia-all" ], default-features = false }
|
rodio = { version = "0.17.3", features = [ "symphonia-all" ], default-features = false }
|
||||||
serde = "1.0.196"
|
|
||||||
symphonia = "0.5.4"
|
symphonia = "0.5.4"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue