Files
client-sdk-rust/Cargo.toml
T
Théo Monnom d64c7e5e08 rustfmt & signal_client improvememts
- handle ping message
- recv now only returns on SignalResponse
2022-10-03 15:59:43 +02:00

16 lines
334 B
TOML

[package]
name = "livekit"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/livekit/client-sdk-native"
[workspace]
exclude = ["libwebrtc"]
members = [
"crates/livekit-core",
"crates/livekit-webrtc",
"crates/livekit-webrtc/libwebrtc-sys"
]
[dependencies]
livekit-core = { path = "crates/livekit-core" }