Files
client-sdk-rust/Cargo.toml
T
Théo MonnomandGitHub 1610f86316 feat: basic ffi server to support other languages (#34)
* wip

* wip

* wip

* wip

not a fan of the way I do handles ..

* errors and async semantic

* fix example
2023-01-25 00:09:19 +01:00

10 lines
121 B
TOML

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