cargo 0.38.0-0ubuntu1~18.04.1 source package in Ubuntu

Changelog

cargo (0.38.0-0ubuntu1~18.04.1) bionic; urgency=medium

  * Backport to Bionic.

 -- Michael Hudson-Doyle <email address hidden>  Fri, 25 Oct 2019 22:21:00 +1300

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cargo_0.38.0.orig-vendor.tar.gz 6.6 MiB a2506430b51c67558ae36f23696889c0e0ba8bce2fe871126e87b836f31df49c
cargo_0.38.0.orig.tar.gz 1011.4 KiB c0a81ef51196cde811ff425213bc5fc19c4ef02d6fe32725249103ed5d85db96
cargo_0.38.0-0ubuntu1~18.04.1.debian.tar.xz 1.4 MiB fb4a040e2a16ee5604a3a4cf7f20ac594d74f6952ec7157f45ec7f014a00c323
cargo_0.38.0-0ubuntu1~18.04.1.dsc 2.7 KiB f9a2a47f92dd02f19bb52ce246ea282f7b1aeee955e1d0572b5d31d848900fd6

View changes file

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.