rust_voice_chat/Cargo.toml

10 lines
169 B
TOML
Raw Normal View History

[package]
name = "voice_chat"
version = "0.1.0"
edition = "2024"
[dependencies]
cpal = "0.15.3"
s2n-quic = "1.54.0"
tokio = { version = "1.43.0", features = ["full"] }