fn main() -> Result<(), Box> { tonic_build::configure() .build_server(false) .compile(&["../protos/hello.proto"], &["../protos/"])?; Ok(()) }