5 lines
173 B
Rust
5 lines
173 B
Rust
fn main() {
|
|
tonic_build::compile_protos("proto/helloworld/helloworld.proto").unwrap();
|
|
tonic_build::compile_protos("proto/routeguide/route_guide.proto").unwrap();
|
|
}
|