//! Placeholder crate reserving the `kuzan_app_config` package name.
//!
//! This package exists only to hold the future configuration 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_config";