180864e953
* 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
11 lines
143 B
TOML
11 lines
143 B
TOML
[workspace]
|
|
members = [
|
|
"livekit",
|
|
"livekit-api",
|
|
"livekit-protocol",
|
|
"livekit-ffi",
|
|
"livekit-webrtc",
|
|
"webrtc-sys"
|
|
]
|
|
|