mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 12:57:38 +03:00
Mention #[derive] expansion in crates.io description
This commit is contained in:
parent
169175c43c
commit
ed645ab4d3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ name = "cargo-expand"
|
|||
version = "0.1.1"
|
||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
description = "Wrapper around rustc --pretty=expanded"
|
||||
description = "Wrapper around rustc --pretty=expanded. Shows the result of macro expansion and #[derive] expansion."
|
||||
repository = "https://github.com/dtolnay/cargo-expand"
|
||||
documentation = "https://github.com/dtolnay/cargo-expand"
|
||||
keywords = ["cargo", "subcommand", "expanded"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue