mainmatter / cargo-autoinherit

(Auto)DRY for your Rust dependencies
Apache License 2.0
124 stars 8 forks source link

Add flag to exclude specified workspace members #21

Open sgasse opened 4 months ago

sgasse commented 4 months ago

There may be workspace members which have to stay in sync with other workspaces and should be excluded from the auto-inheritance. This commits allows to specify such workspace members by their package name.