创建一个新的 Cargo 包。 相当于 cargo new,但是指定目录是可选的。 更多信息:https://doc.rust-lang.org/cargo/commands/cargo-init.html.
cargo new
cargo init
cargo init {{path/to/directory}}
cargo init --lib
cargo init --vcs {{git|hg|pijul|fossil|none}}
cargo init --name {{name}}