cargo 0.60.0ubuntu2-0ubuntu2 source package in Ubuntu
Changelog
cargo (0.60.0ubuntu2-0ubuntu2) kinetic; urgency=medium * d/control: add the XS-Vendored-Sources-Rust field (LP: #1987640) This allows precise tracking of vendored sources. * d/rules, d/control: use dh-cargo's dh-cargo-vendored-sources script. This ensure that the vendoring information stays up-to-date by failing early in the build in case of obsolete info. -- Simon Chopin <email address hidden> Thu, 25 Aug 2022 18:51:24 +0200
Upload details
- Uploaded by:
- Simon Chopin
- 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.0ubuntu2.orig-vendor.tar.gz | 7.0 MiB | 332f4be510aa6b37268511005839e044c56dc7bd87a84a284be1c0d416fc6b5f |
cargo_0.60.0ubuntu2.orig.tar.xz | 1.1 MiB | 915c24e72b8d7c3b0f850d6e2b75ef81762e3a3fd9c105a5d9d9cf55cdd62095 |
cargo_0.60.0ubuntu2-0ubuntu2.debian.tar.xz | 37.3 KiB | 5c2b57986fcf98374951a2e594abe77a57790980c973a65dc6e5704d01615499 |
cargo_0.60.0ubuntu2-0ubuntu2.dsc | 4.8 KiB | 488997059f8323454f36fca93b7ad48ca6807719d4f7f29a6f51fd836e54b31f |
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.