$ cargo new --help cargo.exe-new Create a new cargo package at <path>
USAGE: cargo.exe new [OPTIONS] <path>
ARGS: <path>
OPTIONS: -q, --quiet Do not print cargo log messages --registry <REGISTRY> Registry to use --vcs <VCS> Initialize a new repository for the given version control system (git, hg, pijul, or fossil) or do not initialize any version control at all (none), overriding a global configuration. [possible values: git, hg, pijul, fossil, none] --bin Use a binary (application) template [default] -v, --verbose Use verbose output (-vv very verbose/build.rs output) --lib Use a library template --color <WHEN> Coloring: auto, always, never --edition <YEAR> Edition to setfor the crate generated [possible values: 2015, 2018, 2021] --frozen Require Cargo.lock and cache are up to date --name <NAME> Set the resulting package name, defaults to the directory name --locked Require Cargo.lock is up to date --offline Run without accessing the network --config <KEY=VALUE> Override a configuration value (unstable) -Z <FLAG> Unstable (nightly-only) flags to Cargo, see 'cargo -Z help'for details -h, --help Print help information
Run `cargo help new` for more detailed information.