5 lines
137 B
Rust
5 lines
137 B
Rust
fn main() {
|
|
prost_build::Config::new()
|
|
.compile_protos(&["protocol/livekit_room.proto"], &["protocol"])
|
|
.unwrap();
|
|
}
|