mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 15:44:31 +03:00
6 lines
137 B
Rust
6 lines
137 B
Rust
fn main() {
|
|
prost_build::Config::new()
|
|
.compile_protos(&["protocol/livekit_room.proto"], &["protocol"])
|
|
.unwrap();
|
|
}
|