1 2 3 4 5
//! Cargo subcommand entrypoint for `cargo feature-manifest`. fn main() { feature_manifest::cli::cli_main(); }