Binary package “cargo” in openkylin nile
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.
Source package
Published versions
- cargo 0.60.0-ok1 in amd64 (Release)
- cargo 1.75.0+dfsg-ok1 in amd64 (Proposed)
- cargo 1.75.0+dfsg-ok1 in amd64 (Release)
- cargo 1.75.0+dfsg-ok2 in amd64 (Proposed)
- cargo 0.60.0-ok1 in arm64 (Release)
- cargo 1.75.0+dfsg-ok2 in i386 (Proposed)
- cargo 0.67.1-ok1 in loong64 (Proposed)
- cargo 1.75.0+dfsg-ok2 in loong64 (Proposed)
- cargo 1.75.0+dfsg-ok1 in riscv64 (Proposed)
- cargo 1.75.0+dfsg-ok1 in riscv64 (Release)