4 lines
94 B
Rust
4 lines
94 B
Rust
fn main() {
|
|
prost_build::compile_protos(&["proto/status.proto"], &["proto/"]).unwrap();
|
|
}
|