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

5 lines
118 B
Rust
Raw Normal View History

2023-12-13 14:57:49 +00:00
fn main() {
let empty: &[&'_ str] = &[];
prost_build::compile_protos(&["proto/api.proto"], empty).unwrap();
}