rmp/Cargo.toml

19 lines
430 B
TOML

[package]
name = "rmp"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[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"
symphonia = "0.5.4"