cargo-subcommand-metadata 0.1.0

Embed metadata into a Cargo subcommand, so that `cargo --list` can show a description of the subcommand
Documentation
1
2
3
4
5
6
7
8
[package]
name = "cargo-subcommand-metadata"
version = "0.1.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/cargo/pull/10663"
description = "Embed metadata into a Cargo subcommand, so that `cargo --list` can show a description of the subcommand"