First pass at macro

This commit is contained in:
Lucio Franco
2019-08-15 17:50:25 -04:00
parent 0a8aaa8071
commit 5e208d9da2
10 changed files with 470 additions and 155 deletions
+7 -1
View File
@@ -1 +1,7 @@
fn main() {}
fn main() {
tonic_build::compile_protos(
&["proto/helloworld/helloworld.proto"],
&["proto/helloworld"],
)
.unwrap();
}