//! Build script: injects `TILEZZ_GIT_COMMIT` into the compile-time
//! environment so RO-Crate metadata emitted by `rat_enum --mode
//! dafsa-blocks` can record the source commit that built each asset.
//!
//! Falls back to "unknown" outside a git checkout (e.g. source
//! tarballs, vendored builds). Cargo crate-metadata (name, version,
//! repository, etc.) is already exposed via the `CARGO_PKG_*` env
//! vars at compile time -- no build script needed for those.
use Command;