Closed cmtm closed 11 months ago
PR with feature: https://github.com/est31/cargo-udeps/pull/232
The PR is merged now, thanks!
@est31 , any idea when we'll get a release? I'd like to use the released udeps in our workflow, but we can't until the commit in #232 gets released.
@cmtm 0.1.45 is released now, including your PR.
I'd like to add support for ignoring packages in a workspace
Cargo.toml
. As of now, the ignored dependencies can only be specified in a package'sCargo.toml
. The main use-case for this would be to support using something like cargo hakari alongside udeps. I can come up with PR if you're open to this funtionality.