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