fn main() -> Result<(), Box> { tonic_build::compile_protos("protos/api.proto")?; Ok(()) }