Update keywords in crates.io metadata

This commit is contained in:
David Tolnay 2022-08-02 10:38:56 -07:00
parent 18ad352954
commit b8619c8460
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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"