//! `cargo rack` — a cargo subcommand that runs the truce-rack
//! standalone plugin host.
//!
//! Installed as the `cargo-rack` binary, which cargo surfaces as
//! `cargo rack <args>`. All flag handling is shared with the
//! `truce-rack-standalone` binary via
//! [`truce_rack_standalone::cli`].