cargo 0.60.0-ok1 source package in openKylin

Changelog

cargo (0.60.0-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main devel

Downloads

File Size SHA-256 Checksum
cargo_0.60.0.orig-vendor.tar.xz 5.4 MiB ebd9a4d045b47336964de64d5154f28a66f427fe9f718ad9202cb7213833fce3
cargo_0.60.0.orig.tar.xz 1.1 MiB 915c24e72b8d7c3b0f850d6e2b75ef81762e3a3fd9c105a5d9d9cf55cdd62095
cargo_0.60.0-ok1.debian.tar.xz 25.1 KiB 1d5e0e0130870290515abe4715b8ac2ffb0b12f04b9f37d255e5ee325bf648dc
cargo_0.60.0-ok1.dsc 2.4 KiB 77e7cb89986cf28d3f41074e8ce96ae0d32f624b567dda5e217faad41ff04b1f

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.