FileSize | 2382574 |
MD5 | 2BA3F624D272DFE59BF9C80B98A92416 |
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 | Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> |
PackageName | cargo |
PackageSection | devel |
PackageVersion | 0.35.0-2~deb9u2 |
SHA-1 | FCACB3F0F284D1568B22058D77C3FDD3D7972679 |
SHA-256 | 03865CFE48E71B7AB2324B0575B77AA11FD2B47C3718EA885540D1F224FC3979 |