FileSize | 1786888 |
MD5 | A574E79A21DCEB80F77AD0773977A2FA |
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 | 5AA156630088FBA42F080575D504B4492A2324B9 |
SHA-256 | 895BDF2452A774C762EBF5A7786980408968F9DFC54E9FC815E77CD89A62CD65 |