FileSize | 2320356 |
MD5 | BF4CFCE4980B87D9CAA5157677934CC0 |
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 | 319BE0FB9B2C8E3C9E6F6B3497236298CD45D500 |
SHA-256 | D601268ED7790A13FB2BBE9DBCC3F3567EF13D9261E4B341F7DC557303C902EB |