From 93d5e17948ee6db4837c9455fa4beff5158fcd45 Mon Sep 17 00:00:00 2001 From: Matheus Consoli Date: Thu, 18 Apr 2024 17:03:16 -0300 Subject: [PATCH] Add Cargo keywords and categories --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index eac39f1..a141570 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,8 @@ documentation = "https://docs.rs/futures-concurrency" description = "Structured concurrency operations for async Rust" readme = "README.md" edition = "2021" -keywords = [] -categories = [] +keywords = ["async", "concurrency"] +categories = ["asynchronous", "concurrency"] authors = ["Yoshua Wuyts "] rust-version = "1.75.0"