From d419fea7eccc6afd3deb07442c1a01a0c8a49522 Mon Sep 17 00:00:00 2001 From: jgardona Date: Fri, 1 Dec 2023 08:17:09 -0300 Subject: [PATCH] Fix missing metadata --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 49dc5da..1eb3c45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,8 @@ repository = "https://github.com/jgardona/rpools" homepage = "https://github.com/jgardona/rpools" description = "A minimalist workerpool for rust" license = "MIT" +keywords = ["atomic", "workers", "threadpool", "concurrency"] +categories = ["Concurrency, No standard library"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html