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