A small tool that opens the current project's `Cargo.toml` manifest file using the application provided by either the `$EDITOR` environment variable or the `--editor` argument.
Add the following to your `~/.cargo/config.toml`:
```toml
[alias]
e = "edit-toml"
```
Then you can invoke it in any project using `cargo e`.