d64c7e5e08
- handle ping message - recv now only returns on SignalResponse
10 lines
200 B
TOML
10 lines
200 B
TOML
[package]
|
|
name = "simple_room"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1", features = ["full"] }
|
|
tracing = "0.1"
|
|
tracing-subscriber = "0.3"
|
|
livekit = { path = "../.." } |