rmp/Cargo.toml

15 lines
352 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"
crossterm = "0.27.0"
opus = "0.3.0"
ratatui = "0.23.0"
rodio = { version = "0.17.3", features = [ "symphonia-all" ], default-features = false }
symphonia = "0.5.4"