Open
Description
Is your feature request related to a problem? Please describe.
Problem: A common issue is large dependency graphs with unused dependencies that get lost in it. This is especially true for workspaces and monorepos.
Describe the solution you'd like
I'd like to add a function that runs a check using cargo-udeps
to report to a user that they have dependencies that are not being used.
Describe alternatives you've considered
I could write my own drv and add it to checks using the cargoCommand
from mkLib
, but I figured I'd ask here first if it's something that the project would consider.