//! Build script for compile-time metadata
//!
//! Captures:
//! - Git commit SHA (VERGEN_GIT_SHA)
//! - Build timestamp (VERGEN_BUILD_TIMESTAMP)
//!
//! These are embedded at compile time using env! macro,
//! ensuring version metadata is static (not runtime).
use EmitBuilder;