7 lines
117 B
Rust
7 lines
117 B
Rust
fn main() {
|
|
prost_build::compile_protos(
|
|
&["src/helloworld.proto"],
|
|
&[""],
|
|
)
|
|
.unwrap();
|
|
} |