FileSize | 2314240 |
MD5 | 1353B0B9A00A894A692613FA358ED01F |
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.37.0-3+b1 |
SHA-1 | 9117B9ED7D55F43D5F25291D7DF1334EB0167D3E |
SHA-256 | 9AFB0F555E2BAF56C7A17B421E4DA99168F85F9518FACD01C0BD837004334136 |