Co-authored-by: kvwu <[email protected]> Co-authored-by: Lucio Franco <[email protected]>
This commit is contained in:
co-authored by
kvwu
Lucio Franco
parent
0b535985c8
commit
49f6137673
@@ -1,7 +1,7 @@
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
tonic_build::configure()
|
||||
.build_server(true)
|
||||
.build_client(false)
|
||||
.build_client(true)
|
||||
.format(false)
|
||||
.compile(&["proto/health.proto"], &["proto/"])?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user