26 lines
438 B
TOML
26 lines
438 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"
|
|
ratatui = "0.23.0"
|
|
rodio = {version = "0.17.3", features = [
|
|
"claxon",
|
|
"flac",
|
|
"hound",
|
|
"lewton",
|
|
"mp3",
|
|
"symphonia-all",
|
|
"vorbis",
|
|
"wav",
|
|
]}
|
|
serde = "1.0.196"
|