* chore: Reorganize examples and interop crates * fix interop tests
7 lines
318 B
Rust
7 lines
318 B
Rust
fn main() {
|
|
tonic_build::compile_protos("proto/helloworld/helloworld.proto").unwrap();
|
|
tonic_build::compile_protos("proto/routeguide/route_guide.proto").unwrap();
|
|
tonic_build::compile_protos("proto/echo/echo.proto").unwrap();
|
|
tonic_build::compile_protos("proto/google/pubsub/pubsub.proto").unwrap();
|
|
}
|