feat(refactor): update basic grpc method
This commit is contained in:
parent
3bc2286586
commit
f803aa92f7
6 changed files with 34 additions and 38 deletions
2
build.rs
2
build.rs
|
|
@ -1,5 +1,5 @@
|
|||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
tonic_build::compile_protos("proto/helloworld.proto")?;
|
||||
tonic_build::compile_protos("proto/juno.proto")?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue