cargo-wsdeps

Crates.iocargo-wsdeps
lib.rscargo-wsdeps
version0.1.2
created_at2025-05-27 05:05:11.260562+00
updated_at2025-07-14 13:31:34.16361+00
descriptionCargo subcommand to manage dependencies in a workspace.
homepage
repositoryhttps://github.com/ecliptical/cargo-wsdeps
max_upload_size
id1690629
size53,684
Peter Nehrer (pnehrer)

documentation

README

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.

Commit count: 13

cargo fmt