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