fn main() -> Result<(), Box> { tonic_prost_build::compile_protos("proto/gitmirror/v1/gitmirror.proto")?; Ok(()) }