smo-server/proximity-client/Cargo.toml

16 lines
392 B
TOML
Raw Normal View History

2024-12-18 16:34:50 -05:00
[package]
name = "proximity-client"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.94"
2024-12-18 16:34:50 -05:00
cpal = "0.15.3"
tokio = { version = "1.42.0", features = ["rt", "rt-multi-thread", "macros", "sync", "io-util", "fs"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
webrtc = { path = "../../webrtc/webrtc" }
2024-12-18 16:34:50 -05:00
webtransport = "0.0.0"
xtra = { version = "0.6.0", features = ["macros"] }