nsm/crates/player/Cargo.toml
2026-07-13 09:24:20 +03:00

17 lines
299 B
TOML

[package]
name = "player"
version.workspace = true
edition.workspace = true
[dependencies]
anyhow.workspace = true
thiserror.workspace = true
symphonia = { version = "0.5", features = ["all"] }
cpal = "0.15"
rubato = "0.15"
rand = "0.8"
ringbuf = "0.3"
ureq = "2"
realfft = "3"
[dev-dependencies]