TimonPost / cargo-dependency-inheritor

Utility to inherit dependencies from workspace file if it occurs 'n' or more times throughout the project.
Apache License 2.0
30 stars 1 forks source link

Rewrite non-inline `Table`s to use workspaces #21

Closed MarijnS95 closed 1 year ago

MarijnS95 commented 1 year ago

Depends on #20

This turned out to be super trivial by just copying the implementation for InlineTable Values... But it might be nicer to use get_key_value_mut() to replace/rename the version or path with workspace = true instead of appending it at the end.

TimonPost commented 1 year ago

PR killing spree 🌟