forked from lavina/lavina
5 lines
118 B
Rust
5 lines
118 B
Rust
|
fn main() {
|
||
|
let empty: &[&'_ str] = &[];
|
||
|
prost_build::compile_protos(&["proto/api.proto"], empty).unwrap();
|
||
|
}
|