From 18ad35295439c352028bea02b5d68f7065f5cae5 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 1 Aug 2022 00:06:48 -0700 Subject: [PATCH] Add parser-implementations category to crates.io metadata --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 34d719833d..834f37ec42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "syn" version = "1.0.98" # don't forget to update html_root_url and syn.json authors = ["David Tolnay "] -categories = ["development-tools::procedural-macro-helpers"] +categories = ["development-tools::procedural-macro-helpers", "parser-implementations"] description = "Parser for Rust source code" documentation = "https://docs.rs/syn" edition = "2018"