//! Build script for compiling Protocol Buffer definitions
//!
//! This script uses tonic-build to generate Rust code from .proto files.
//! The generated code is placed in the OUT_DIR and included via the
//! `tonic::include_proto!` macro in the grpc module.