Binary package “cargo” in ubuntu bionic
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.
Published versions
- cargo 0.26.0-0ubuntu1 in amd64 (Proposed)
- cargo 0.26.0-0ubuntu1 in amd64 (Release)
- cargo 0.66.0+ds0ubuntu0.libgit2-0ubuntu0.18.04 in amd64 (Security)
- cargo 0.66.0+ds0ubuntu0.libgit2-0ubuntu0.18.04 in amd64 (Updates)
- cargo 0.26.0-0ubuntu1 in arm64 (Proposed)
- cargo 0.26.0-0ubuntu1 in arm64 (Release)
- cargo 0.66.0+ds0ubuntu0.libgit2-0ubuntu0.18.04 in arm64 (Security)
- cargo 0.66.0+ds0ubuntu0.libgit2-0ubuntu0.18.04 in arm64 (Updates)
- cargo 0.26.0-0ubuntu1 in armhf (Proposed)
- cargo 0.26.0-0ubuntu1 in armhf (Release)
- cargo 0.66.0+ds0ubuntu0.libgit2-0ubuntu0.18.04 in armhf (Security)
- cargo 0.66.0+ds0ubuntu0.libgit2-0ubuntu0.18.04 in armhf (Updates)
- cargo 0.26.0-0ubuntu1 in i386 (Proposed)
- cargo 0.26.0-0ubuntu1 in i386 (Release)
- cargo 0.66.0+ds0ubuntu0.libgit2-0ubuntu0.18.04 in i386 (Security)
- cargo 0.66.0+ds0ubuntu0.libgit2-0ubuntu0.18.04 in i386 (Updates)
- cargo 0.26.0-0ubuntu1 in ppc64el (Proposed)
- cargo 0.26.0-0ubuntu1 in ppc64el (Release)
- cargo 0.66.0+ds0ubuntu0.libgit2-0ubuntu0.18.04 in ppc64el (Security)
- cargo 0.66.0+ds0ubuntu0.libgit2-0ubuntu0.18.04 in ppc64el (Updates)
- cargo 0.26.0-0ubuntu1 in s390x (Proposed)
- cargo 0.26.0-0ubuntu1 in s390x (Release)
- cargo 0.66.0+ds0ubuntu0.libgit2-0ubuntu0.18.04 in s390x (Security)
- cargo 0.66.0+ds0ubuntu0.libgit2-0ubuntu0.18.04 in s390x (Updates)