docs(unstable): Link out to the Plumbing commands effort

This is intended to help people discover where to go to discuss plumbing
command efforts.
This commit is contained in:
Ed Page 2025-08-08 15:14:59 -05:00
parent 2e7bc06c34
commit ede5901288

View File

@ -129,6 +129,7 @@ Each new feature described below should explain how to use it.
* [warnings](#warnings) --- controls warning behavior; options for allowing or denying warnings.
* [Package message format](#package-message-format) --- Message format for `cargo package`.
* [`fix-edition`](#fix-edition) --- A permanently unstable edition migration helper.
* [Plumbing subcommands](https://github.com/crate-ci/cargo-plumbing) --- Low, level commands that act as APIs for Cargo, like `cargo metadata`
## allow-features