diff --git a/Cargo.toml b/Cargo.toml index 6d851fc..958752d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ authors = ["David Tolnay "] categories = ["development-tools", "no-std"] description = "Macros for all your token pasting needs" edition = "2018" +keywords = ["macros"] license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/dtolnay/paste"