FileSize | 3183112 |
MD5 | E89D6564F932588117CF43AB6231F777 |
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 | C2B6DF6642AE06B2DFF676757F5B3AAEF66D5E80 |
SHA-256 | 13A2E10F548E9884B0C2B8765DF3F92792D12E3FE0BDE9C7F23A892CCFFE6226 |