Mention #[derive] expansion in crates.io description

This commit is contained in:
David Tolnay 2016-06-09 00:27:16 -07:00
parent 169175c43c
commit ed645ab4d3
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -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"]