From c9010e1515718969143a3f15190b33ed9d85c74e Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 2 Aug 2022 10:38:55 -0700 Subject: [PATCH] Update keywords in crates.io metadata --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 4dde18f..d7420a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ description = "Fast integer primitive to string conversion" documentation = "https://docs.rs/itoa" edition = "2018" exclude = ["performance.png", "chart/**"] +keywords = ["integer"] license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/dtolnay/itoa"