smo-server/proximity-client/Cargo.toml
Aubrey 6678e908b8
implemented proximity chat using the js frontend
sorry webrtc-rs, you were just half baked...
2024-12-20 04:29:34 -06:00

16 lines
392 B
TOML

[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"] }