cargo 0.23.0-0ubuntu2 source package in Ubuntu

Changelog

cargo (0.23.0-0ubuntu2) bionic; urgency=high

  * No change rebuild against openssl1.1.

 -- Dimitri John Ledkov <email address hidden>  Mon, 05 Feb 2018 16:48:51 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cargo_0.23.0.orig-vendor.tar.gz 5.4 MiB a42898dec4691dd66a34d4b6e1760c6360f5c57a778187296708d8a651765be3
cargo_0.23.0.orig.tar.gz 944.3 KiB f4bbe2a8719dbb8da20842235093f7f70f034d01633189e83f75897d68cd274f
cargo_0.23.0-0ubuntu2.debian.tar.xz 20.5 KiB 707cd17525371c2ff26ab7e23ecfb2eae8f786db3ad9d16eaa016c3468d6e4a9
cargo_0.23.0-0ubuntu2.dsc 2.4 KiB f9c24c99428d7cce06a168d3658944e4b2bdbb34f5b3854beae3cc9077b5a5fe

Available diffs

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.