From 8b23fbb895b3f8a588cbde2e4254f06443280d20 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 2 Aug 2022 10:38:57 -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 d21c1c9..39b894b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ categories = ["rust-patterns"] description = "derive(Error)" documentation = "https://docs.rs/thiserror" edition = "2018" +keywords = ["error", "error-handling", "derive"] license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/dtolnay/thiserror"