From c9d6a859a7bcb196fc8792498572781e7c449d4f Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 2 Aug 2022 10:38:56 -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 70c13a76..c6ca32ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ categories = ["data-structures", "no-std"] description = "Parser and evaluator for Cargo's flavor of Semantic Versioning" documentation = "https://docs.rs/semver" edition = "2018" +keywords = ["cargo"] license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/dtolnay/semver"