FileSize | 2670468 |
MD5 | F9D465BA7EE620BF9E12306F3784C5A2 |
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.43.1-3~deb10u1 |
SHA-1 | 50CD2D4DE894650069095A4638348AFE0A57E344 |
SHA-256 | ACB75D47B467BD3AB4C327101B948D9B401E1EF5C0A095C1FF8A7B92E6438227 |