Files
maudio-router/Cargo.toml
2024-02-15 21:26:09 +09:00

17 lines
507 B
TOML

[package]
name = "maudio-router"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.5.0", features = ["derive"] }
cpal = { git = "https://github.com/RustAudio/cpal.git", features = ["asio"] }
num = "0.4.1"
num-traits = "0.2.18"
rustfft = "6.2.0"
serde = { version = "1.0.196", features = ["derive"] }
serde_yaml = "0.9.31"
rubato = "0.14.1"
tokio = { version = "1", features = ["full"] }