build.rs 114 B

1234
  1. fn main() {
  2. #[cfg(feature = "grpc")]
  3. tonic_build::compile_protos("src/proto/signatory.proto").unwrap();
  4. }