cargo 0.60.0ubuntu1-0ubuntu2 source package in Ubuntu
Changelog
cargo (0.60.0ubuntu1-0ubuntu2) kinetic; urgency=medium * Cherry pick from Debian: Fix debian cargo wrapper to stop looking for subcommands once it finds one so that it is possible to test features whose name matches a subcommand. -- Steve Langasek <email address hidden> Mon, 13 Jun 2022 23:08:57 +0000
Upload details
- Uploaded by:
- Steve Langasek
- Uploaded to:
- Kinetic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cargo_0.60.0ubuntu1.orig-vendor.tar.gz | 8.2 MiB | bf8542063e3299c0434ac08e84ae750173da0889de92d7eee7a4267fad4dbc32 |
cargo_0.60.0ubuntu1.orig.tar.xz | 1.1 MiB | 915c24e72b8d7c3b0f850d6e2b75ef81762e3a3fd9c105a5d9d9cf55cdd62095 |
cargo_0.60.0ubuntu1-0ubuntu2.debian.tar.xz | 35.4 KiB | 24eb5419b0af24883c5cac26e4cdc9d47bc5f7e7de7ac80295a5fd3b0b983f40 |
cargo_0.60.0ubuntu1-0ubuntu2.dsc | 2.7 KiB | 211e58fb9000c2f56a7b01a43ff43847f1949bef68cd9ab95b916ee4b0524e90 |
Available diffs
Binary packages built by this source
- cargo: 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.
- cargo-dbgsym: debug symbols for cargo
- cargo-doc: Rust package manager, documentation
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.
.
This package contains the documentation.