currently a proof of concept for being able to switch the new resolver on via a cmd line call during a CI build job:
```sh
cargo modify --new-resolver=false
cargo modify --new-resolver=true
cargo modify ```
Caution this will reorder your Cargo.toml
arbitrarily. Primary use-case is to do on-the-fly changes on a CI
later we could use this to allow arbitrary edits on a Cargo.toml