miden-vm icon indicating copy to clipboard operation
miden-vm copied to clipboard

Write tool to format `Cargo.toml`

Open hackaugusto opened this issue 11 months ago • 2 comments

Often in PR reviews the following things are asked:

  • sort deps alphabetically
  • use { version = "1.0" }, instead of "1.0" directly
  • remove unused deps

These changes can probably be automated, and then added as a cargo make rule

hackaugusto avatar Mar 11 '24 11:03 hackaugusto

Removing unused deps is harder than I thought. There seems to be a few tools to do that:

hackaugusto avatar Mar 12 '24 17:03 hackaugusto

This might help: https://github.com/lurk-lab/ci-workflows/blob/main/.github/workflows/unused-deps.yml

huitseeker avatar Mar 12 '24 19:03 huitseeker