From f51f1c2c460ba9af24560c28c780d831e877e144 Mon Sep 17 00:00:00 2001 From: Nex Date: Tue, 24 Sep 2024 12:15:42 +0100 Subject: [PATCH] chore: updatedcrate categories slug --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ebc7999..0a5b309 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ readme = "readme.md" authors = ["Nex "] description = "Quickly derive subsets of your structs" keywords = ["view", "patch", "openapi", "derive", "restructed"] -categories = ["derive-macro", "structs"] +categories = ["rust-patterns", "data-structures"] license = "Unlicense" [lib]