Trying to add protoc
This commit is contained in:
4
lib/build.rs
Normal file
4
lib/build.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
tonic_prost_build::compile_protos("proto/helloworld.proto")?;
|
||||
Ok(())
|
||||
}
|
||||
Reference in New Issue
Block a user