build.rs 110 B

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