feat(toml): Allow adding/removing from cargo scripts by epage · Pull Request #14857 · rust-lang/cargo (original) (raw)
What does this PR try to resolve?
This adds support for cargo script for more cargo commands and is a part of #12207
Unfortunately, there is a double-warning for unspecified editions for cargo remove. Rather than addressing that here, I'll be noting it in the tracking issue.