cargo

Rust package manager

Description

Cargo is a tool that allows Rust projects to declare their various dependencies, and ensure that you'll always get a repeatable build.

To accomplish this goal, Cargo does four things:
 * Introduces two metadata files with various bits of project information.
 * Fetches and builds your project's dependencies.
 * Invokes rustc or another build tool with the correct parameters to build
   your project.
 * Introduces conventions, making working with Rust projects easier.

Cargo downloads your Rust project’s dependencies and compiles your project.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://crates.io/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install cargo