[package] name = "proximity-client" version = "0.1.0" edition = "2021" [dependencies] anyhow = "1.0.94" 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" } webtransport = "0.0.0" xtra = { version = "0.6.0", features = ["macros"] }