cargo-edit-toml

Crates.iocargo-edit-toml
lib.rscargo-edit-toml
version0.0.2
created_at2025-08-28 19:48:11.255994+00
updated_at2025-08-28 19:48:11.255994+00
descriptionA 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
id1814549
size11,870
(oxzidized)

documentation

README

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.

Commit count: 0

cargo fmt