Create one by using cargo new and passing the name of the project as an argument:
cargo new project-name
Replace project-name with the actual name of the project. For this project, the name used was project, which is why the folder is named project.