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