1 2 3 4 5 6 7
fn main() { #[cfg(feature = "grpc")] { tonic_build::compile_protos("../proto/tatara/v1/tatara.proto") .expect("Failed to compile protobuf"); } }