Consider adding a cargo-udeps
check function to mkLib
#705
Labels
enhancement
New feature or request
cargo-udeps
check function to mkLib
#705
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
frommkLib
, but I figured I'd ask here first if it's something that the project would consider.The text was updated successfully, but these errors were encountered: