11 lines
248 B
TOML
11 lines
248 B
TOML
[package]
|
|
name = "proximity-client"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
cpal = "0.15.3"
|
|
tokio = { version = "1.42.0", features = ["rt", "rt-multi-thread", "macros", "sync", "io-util", "fs"] }
|
|
webrtc = "0.12.0"
|
|
webtransport = "0.0.0"
|