nm/crates/player/Cargo.toml
2026-07-25 21:00:32 +03:00

20 lines
383 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"
textfix = { path = "../textfix" }
smbfs = { path = "../smbfs" }
[dev-dependencies]
encoding_rs = "0.8"