First pass at macro
This commit is contained in:
@@ -1 +1,7 @@
|
||||
fn main() {}
|
||||
fn main() {
|
||||
tonic_build::compile_protos(
|
||||
&["proto/helloworld/helloworld.proto"],
|
||||
&["proto/helloworld"],
|
||||
)
|
||||
.unwrap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user