FileSize | 2895914 |
MD5 | AB471A79AC4FEF279CFA75A0D51F201F |
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 | 64D99DD928261A70659387BDD85ED69AE667A6C7 |
SHA-256 | 241B984F3E65BA48F95DFDD6CC60D21B019CC2DCB4214EC5F43C288EA353342C |