#![forbid(unsafe_code)]//! Placeholder binary reserving the `kuzan_cli` package name.
//!//! This executable exists only to hold the future Kuzan command-line package
//! name on crates.io until the public implementation is ready.
fnmain(){eprintln!("kuzan_cli is a placeholder package reserved for the future Kuzan CLI release.");}