From 7aaa55c1d4f746c019aa50efa371d7c4c930c56c Mon Sep 17 00:00:00 2001 From: Jelte Fennema-Nio Date: Thu, 18 Jan 2024 16:24:31 +0100 Subject: [PATCH] Add "rust-patterns" as crate category (#333) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd244ec9..303f7358 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ documentation = "https://docs.rs/derive_more" readme = "README.md" keywords = ["derive", "Add", "From", "Display", "IntoIterator"] -categories = ["development-tools", "development-tools::procedural-macro-helpers", "no-std"] +categories = ["development-tools", "development-tools::procedural-macro-helpers", "no-std", "rust-patterns"] include = [ "src/**/*.rs",