feat(build): Decouple codgen from prost (#170)
This commit is contained in:
+4
-4
@@ -1,6 +1,6 @@
|
||||
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();
|
||||
tonic_build::prost::compile_protos("proto/helloworld/helloworld.proto").unwrap();
|
||||
tonic_build::prost::compile_protos("proto/routeguide/route_guide.proto").unwrap();
|
||||
tonic_build::prost::compile_protos("proto/echo/echo.proto").unwrap();
|
||||
tonic_build::prost::compile_protos("proto/google/pubsub/pubsub.proto").unwrap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user