$ cargo new hello_cargo
$ cd hello_cargo
//Enter in the command line:
--------------------------------------------------
>cargo new <NAME_OF_PROJECT_HERE>
//It will create a new folder with all the basic files. The main.rs file is
//in the src folder