From b8619c84607eda8147c4a05cbdf49d0a2242cdc7 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 | 1 + json/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 834f37ec42..cee384026e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,7 @@ include = [ "/src/**", "/tests/**", ] +keywords = ["macros", "syn"] license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/dtolnay/syn" diff --git a/json/Cargo.toml b/json/Cargo.toml index 314dfff073..afa160f5e9 100644 --- a/json/Cargo.toml +++ b/json/Cargo.toml @@ -6,6 +6,7 @@ categories = ["development-tools::procedural-macro-helpers"] description = "Syntax tree describing Syn's syntax tree" documentation = "https://docs.rs/syn-codegen" edition = "2018" +keywords = ["syn"] license = "MIT OR Apache-2.0" repository = "https://github.com/dtolnay/syn"