From b7c136c804d1e2b89d84a936cf0d147c95a814cb Mon Sep 17 00:00:00 2001 From: Callum Leslie Date: Tue, 2 Sep 2025 22:05:29 +0100 Subject: [PATCH] chore: add metadata to Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5cbcbed..8c1574c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,8 +9,8 @@ homepage = "https://github.com/callumio/suck" repository = "https://github.com/callumio/suck" readme = "README.md" license = "MIT" -keywords = [] -categories = [] +keywords = ["channel", "pull", "producer-consumer", "threading"] +categories = ["concurrency", "data-structures", "rust-patterns"] exclude = ["flake.nix", "flake.lock", ".envrc", "cliff.toml", "release-plz.toml", "rustfmt.toml", ".github"] [dependencies]