cargo-sort icon indicating copy to clipboard operation
cargo-sort copied to clipboard

feat: sort workspace dependencies

Open dspicher opened this issue 2 years ago • 1 comments

The workspace manifest can specify dependencies that can be inherited by workspace members [1].

This commit adds support for sorting those dependencies.

[1] https://doc.rust-lang.org/cargo/reference/workspaces.html#the-dependencies-table

dspicher avatar Mar 15 '23 07:03 dspicher

I just noticed https://github.com/DevinR528/cargo-sort/pull/55 now 🤦

dspicher avatar Mar 15 '23 07:03 dspicher