fn main() -> Result<(), Box> { println!("cargo:rerun-if-changed=migrations"); tonic_build::compile_protos("proto/order.proto")?; Ok(()) }