fn main() -> Result<(), Box> { let proto_filepath = "proto/transmit.proto"; tonic_build::compile_protos(proto_filepath)?; Ok(()) }