blob: 34c04cdd1db4a865129ceacdba9b312d60e5286b [file] [view]
# Create a New Cargo Project
Create a new Cargo project without leaving VS Code.
The command lets you choose the package kind, parent folder, project name, and
how the new project should be opened afterward.
The project is created with Cargo, so the generated files and defaults match
the normal `cargo new` experience.