//! Transparency record foundations for Tapid.
//!
//! This crate is an experimental workspace boundary. Public APIs will be added
//! only when the corresponding Tapid behavior is implemented and tested.
/// Returns the current crate version.
///
/// This small API keeps the initial scaffold non-empty while the crate
/// boundary is being established.
pub const VERSION: &str = env!;