1 2 3 4 5 6
fn main() { tonic_build::compile_protos("proto/health.proto") .expect("failed to compile health.proto"); tonic_build::compile_protos("proto/geyser.proto") .expect("failed to compile geyser.proto"); }