forked from lavina/lavina
1
0
Fork 0
lavina/crates/inner-api/build.rs

5 lines
118 B
Rust

fn main() {
let empty: &[&'_ str] = &[];
prost_build::compile_protos(&["proto/api.proto"], empty).unwrap();
}