Skip to content

Commit 18ad352

Browse files
committed
Add parser-implementations category to crates.io metadata
1 parent 5bb3ccc commit 18ad352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "syn"
33
version = "1.0.98" # don't forget to update html_root_url and syn.json
44
authors = ["David Tolnay <[email protected]>"]
5-
categories = ["development-tools::procedural-macro-helpers"]
5+
categories = ["development-tools::procedural-macro-helpers", "parser-implementations"]
66
description = "Parser for Rust source code"
77
documentation = "https://docs.rs/syn"
88
edition = "2018"

0 commit comments

Comments
 (0)