//! Compiles the gRPC ingress `.proto` into Rust (server stubs + prost messages).
//!
//! Generated code lands in `OUT_DIR` and is pulled in via `tonic::include_proto!`
//! in `src/grpc.rs`, so it never lives in the source tree or counts against the
//! file-length budget. Requires `protoc` on the build host.