From 95f5e5aa2f1a67173d34c245cbca78708f352934 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 2 Aug 2022 10:38:56 -0700 Subject: [PATCH] Update keywords in crates.io metadata --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8580e955..1c546a8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ categories = ["development-tools::procedural-macro-helpers"] description = "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case." documentation = "https://docs.rs/proc-macro2" edition = "2018" -keywords = ["macros"] +keywords = ["macros", "syn"] license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/dtolnay/proc-macro2"