FileSize | 3092498 |
MD5 | AE2F88E9797A44707B4968CEB5044D5E |
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 | 2FA48EEA3B3C783626FA2CD8894E5D61AAECAC94 |
SHA-256 | 85E54FCF755EE6C900DA90951D3AA6C3FA519940FC7BA27E68BB1601C9A3B4E0 |