Skip to content

Commit 95f5e5a

Browse files
committed
Update keywords in crates.io metadata
1 parent 971948a commit 95f5e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ categories = ["development-tools::procedural-macro-helpers"]
77
description = "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case."
88
documentation = "https://docs.rs/proc-macro2"
99
edition = "2018"
10-
keywords = ["macros"]
10+
keywords = ["macros", "syn"]
1111
license = "MIT OR Apache-2.0"
1212
readme = "README.md"
1313
repository = "https://github.com/dtolnay/proc-macro2"

0 commit comments

Comments
 (0)