WIP: start on live_kit_server

This commit is contained in:
Antonio Scandurra 2022-10-14 17:00:38 +02:00
parent caeae38e3a
commit 5d433b1666
10 changed files with 144 additions and 75 deletions

View file

@ -0,0 +1,5 @@
fn main() {
prost_build::Config::new()
.compile_protos(&["protocol/livekit_room.proto"], &["protocol"])
.unwrap();
}