FileSize | 3085484 |
MD5 | 703A3B285A7EF7B5257E8B46718D9367 |
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 | 172D261776DC86CB252517715FC421B7FDBA3EDB |
SHA-256 | 3E612F7C25F3A593F7B3635F5761D39A20684194AFC34A63E06EF543A80B8881 |