//! Build script for `plexus-rpc`.
//!
//! `plexus-macros` is a `proc-macro = true` crate, so it cannot export a
//! `pub const VERSION: &str`. To populate the `Capabilities` manifest with
//! the bundled `plexus-macros` version, we read the version Cargo resolved
//! for our dependency and expose it as a build-time env var
//! (`PLEXUS_MACROS_VERSION`). The umbrella's `lib.rs` reads it via
//! `env!(...)`.
use env;