1 unstable release
Uses new Rust 2024
| 0.0.2 | Aug 28, 2025 |
|---|
#507 in Cargo plugins
45 downloads per month
5KB
57 lines
cargo-edit-toml
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.
Tips
Add the following to your ~/.cargo/config.toml:
[alias]
e = "edit-toml"
Then you can invoke it in any project using cargo e.
Dependencies
~1–1.5MB
~28K SLoC