//! Neume — composable composition + live performance environment.
//!
//! This 0.0.1 release exists only to reserve the `neume` crate name on
//! crates.io while the Rust workspace is under active development.
//! The substantive `0.1.0` release will replace this stub with the
//! real implementation under the same name.
//!
//! Track development at <https://github.com/aaronstevenwhite/neume>.
/// Crate version reported by the stub. Identical to
/// [`env!("CARGO_PKG_VERSION")`][env].
pub const VERSION: &str = env!;