//! Placeholder crate reserving the `kuzan_app_script` package name.
//!
//! This package exists only to hold the future scripting application crate name
//! on crates.io until the public implementation is ready.
/// Identifies the reserved crate name published by this placeholder.
pub const RESERVED_NAME: &str = "kuzan_app_script";