radioxide/streamer/Cargo.toml

12 lines
263 B
TOML
Raw Normal View History

2024-03-22 03:07:06 +03:00
[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"
2024-03-22 04:14:19 +03:00
ringbuf = "0.3.3"
2024-03-22 03:07:06 +03:00
tokio = { version = "1.36.0", features = ["full"] }