fn main() -> Result<(), Box> { tonic_build::configure() .compile(&["proto/helloworld.proto"], &["proto"]) .expect("Failed to compile proto specification"); Ok(()) }