A tiny utility to check members of a Cargo workspace for duplicate dependencies of conflicting versions.
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.circleci fixup! CircleCI Setup Sep 2, 2018
fixture add some basic tests Sep 2, 2018
src add some basic tests Sep 2, 2018
.gitignore initial commit Aug 25, 2018
Cargo.lock type-based parsing Sep 1, 2018
Cargo.toml type-based parsing Sep 1, 2018
LICENSE
README.md Add README Sep 2, 2018
default.nix initial commit Aug 25, 2018

README.md

cargo-cdo

A tiny utility to check members of a Cargo workspace for duplicate dependencies of conflicting versions.

Usage

  • cargo build --release
  • place target/release/cargo-cdo somewhere in your $PATH
  • in a Cargo workspace, run cargo cdo