8 lines
147 B
Rust
8 lines
147 B
Rust
fn main() {
|
|
tonic_build::compile_protos(
|
|
&["proto/helloworld/helloworld.proto"],
|
|
&["proto/helloworld"],
|
|
)
|
|
.unwrap();
|
|
}
|