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