| Crates.io | cargo-edit-toml |
| lib.rs | cargo-edit-toml |
| version | 0.0.2 |
| created_at | 2025-08-28 19:48:11.255994+00 |
| updated_at | 2025-08-28 19:48:11.255994+00 |
| description | 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. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1814549 |
| size | 11,870 |
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:
[alias]
e = "edit-toml"
Then you can invoke it in any project using cargo e.