mainmatter / cargo-autoinherit

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

feat: allow optional simple dotted style #29

Open cbgbt opened 1 month ago

cbgbt commented 1 month ago

This allows you to prefer that inherited workspace dependencies be expressed as package.workspace = true rather than using an inline table in cases where there are no other attributes on the dependency needed.