diff options
Diffstat (limited to 'vendor/quote/Cargo.toml')
-rw-r--r-- | vendor/quote/Cargo.toml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vendor/quote/Cargo.toml b/vendor/quote/Cargo.toml index f7e56d6e4..b2abe6612 100644 --- a/vendor/quote/Cargo.toml +++ b/vendor/quote/Cargo.toml @@ -13,13 +13,16 @@ edition = "2018" rust-version = "1.31" name = "quote" -version = "1.0.20" +version = "1.0.21" authors = ["David Tolnay <dtolnay@gmail.com>"] autobenches = false description = "Quasi-quoting macro quote!(...)" documentation = "https://docs.rs/quote/" readme = "README.md" -keywords = ["syn"] +keywords = [ + "macros", + "syn", +] categories = ["development-tools::procedural-macro-helpers"] license = "MIT OR Apache-2.0" repository = "https://github.com/dtolnay/quote" |