cargo-deny icon indicating copy to clipboard operation
cargo-deny copied to clipboard

Add option in config/cli to exclude dev-dependencies for the workspace

Open Jake-Shadle opened this issue 5 years ago • 0 comments

Right now we disregard all dev-dependencies for non-workspace crates as they aren't even actually used in the workspace itself, however it's quite often that dev-dependencies of the workspace pull in eg duplicates or other issues that, while they do affect the workspace, are less of a concern since they are not actually a part of the final binary output of the workspace.

Jake-Shadle avatar Dec 18 '20 06:12 Jake-Shadle