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

### What does this PR try to resolve?

This is intended to help people discover where to go to discuss plumbing
command efforts.
This commit is contained in:
Weihang Lo 2025-08-11 14:53:38 +00:00 committed by GitHub
commit 84276251b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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