FileSize | 2640512 |
MD5 | 8BFEC60474F4AF49E2A0B072A477E864 |
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.57.0-7+b1 |
SHA-1 | 4AB5A84EDDD6C77F24C876FDFD627A932A10F44B |
SHA-256 | ED7BA51550C6EB2C45018DC190CA167785F2C02A694AFE1263C4DBD1502DE7D9 |