Files
client-sdk-rust/examples/simple_room/Cargo.toml
T
Théo Monnom 3630e93054 Initial Room
Switching computer
2022-10-29 00:11:10 +02:00

11 lines
216 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 = "../.." }
futures = "0.3"