From 738ca3d6b8523c69cd6341fa566987fae88f7b49 Mon Sep 17 00:00:00 2001 From: GrayJack Date: Wed, 12 Feb 2025 03:13:51 -0300 Subject: [PATCH] chore: Update package metadata --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index eea59db..94b3988 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,8 +9,8 @@ authors = [ repository = "https://github.com/GrayJack/rbitset" readme = "README.md" license = "MIT" -keywords = ["no_std", "bitset", "set"] -categories = ["data-structures", "no-std"] +categories = ["data-structures", "no-std", "algorithms", "embedded"] +keywords = ["bitset", "bitarray", "no_std", "set", "stack-allocated"] edition = "2021" exclude = ["/.fleet", "/.github", "/.idea", "/.vscode"]