FileSize | 1778312 |
MD5 | 018AF80A49D665BFACD89AF0C997EA44 |
PackageDescription | Rust package manager
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. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | cargo |
PackageSection | devel |
PackageVersion | 0.11.0-1 |
SHA-1 | 2EAACEDABDCABF9159759E5D14F2546FDBDE66BE |
SHA-256 | 201D6E3973B1E876D932D05FCBED2C7DA5D76A207E785AE6D0E353E6D2C61267 |