diff --git a/Cargo.toml b/Cargo.toml index 6371c00..27bd83b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ categories = ["development-tools::procedural-macro-helpers"] description = "Quasi-quoting macro quote!(...)" documentation = "https://docs.rs/quote/" edition = "2018" -keywords = ["syn"] +keywords = ["macros", "syn"] license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/dtolnay/quote"