radioxide/streamer/Cargo.toml
2024-04-09 20:54:32 +03:00

13 lines
367 B
TOML

[package]
name = "streamer"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cpal = "0.15.3"
futures-util = { version = "0.3.30", features = ["futures-sink", "sink"] }
ringbuf = "0.3.3"
tokio = { version = "1.36.0", features = ["full"] }
tokio-tungstenite = "0.21.0"