0xPolygonMiden / miden-vm

STARK-based virtual machine
MIT License
615 stars 152 forks source link

Write tool to format `Cargo.toml` #1278

Open hackaugusto opened 5 months ago

hackaugusto commented 5 months ago

Often in PR reviews the following things are asked:

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

hackaugusto commented 5 months ago

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

huitseeker commented 5 months ago

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