Building a CARGO Project In the last article we learnt how we create a new CARGO project using the cargo new command in the command line. Now it’s time to build that project. We will have a main.
Source: [Dev.to](https://dev.to/aditya_verma_22/cargo-rusts-package-manager-think-npm-or-pip-1k9d)