//! Shared Rust contract types for runx JSON and protocol boundaries.
//!
//! This crate is a placeholder. The TypeScript contracts remain authoritative
//! until parity fixtures and schemas are added.
pub const PACKAGE_NAME: &str = env!;
pub const ROLE: &str = "shared serde contracts for runx JSON and protocol boundaries";
pub const IS_PLACEHOLDER: bool = true;