cargo-wsdeps 0.1.2

Cargo subcommand to manage dependencies in a workspace.
Documentation

cargo wsdeps

Manage dependencies that are shared among crates in a workspace.

Installation

Using homebrew:

brew install ecliptical/cargo-wsdeps/cargo-wsdeps

Using cargo binstall:

cargo binstall --locked cargo-wsdeps

Using cargo install:

cargo install --locked cargo-wsdeps

Usage

To generate a diff with suggested changes for a workspace in the current directory:

cargo wsdeps diff

Copyright (c) 2025 Ecliptical Software Inc. All rights reserved.