Files

7 lines
117 B
Rust

fn main() {
prost_build::compile_protos(
&["src/helloworld.proto"],
&[""],
)
.unwrap();
}