0xPolygonMiden / miden-vm

STARK-based virtual machine
MIT License
632 stars 161 forks source link

Write tool to format `Cargo.toml` #1278

Open hackaugusto opened 8 months ago

hackaugusto commented 8 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 8 months ago

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

huitseeker commented 8 months ago

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