| # 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. |