3 lines
93 B
Rust
3 lines
93 B
Rust
fn main() {
|
|
prost_build::compile_protos(&["proto/agent.proto"], &["proto/"]).unwrap();
|
|
}
|