//! Pure Rust parser parity crate for runx skills, graphs, and tools.
//!
//! This crate is a placeholder. No parsing behavior is implemented yet.
pub const PACKAGE_NAME: &str = env!;
pub const ROLE: &str = "pure parser parity for skills, graphs, and tool manifests";
pub const IS_PLACEHOLDER: bool = true;