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