Inital pass at route guide
This commit is contained in:
@@ -4,4 +4,10 @@ fn main() {
|
||||
&["proto/helloworld"],
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
tonic_build::compile_protos(
|
||||
&["proto/routeguide/route_guide.proto"],
|
||||
&["proto/routeguide"],
|
||||
)
|
||||
.unwrap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user