Files
client-sdk-rust/Cargo.toml
T
Théo Monnom 180864e953 feat: server sdk (#47)
* New webrtc build scripts (Still not integrated within the SDK)
* New livekit-api crate (Integrate the server sdk protocol of livekit)
* Moved livekit-utils to livekit-protocol
2023-04-19 12:33:39 +02:00

11 lines
143 B
TOML

[workspace]
members = [
"livekit",
"livekit-api",
"livekit-protocol",
"livekit-ffi",
"livekit-webrtc",
"webrtc-sys"
]