//! `cellos` meta-crate binary entrypoint.
//!//! Produces a single `cellctl` binary backed by [`cellos_ctl::run`]. The
//! existence of this crate is purely so `cargo install cellos` works as
//! the canonical install command; all CLI logic lives in `cellos-ctl`.
fnmain(){cellos_ctl::run();}