From 748ed1d245e4beef0692263a2bfed5bf73ff94ba Mon Sep 17 00:00:00 2001 From: BobAnkh Date: Tue, 5 Nov 2024 06:44:46 +0000 Subject: [PATCH] chore: remove extra keywords in manifest --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb3fa1f..4d8e8f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ rust-version = "1.76" license = "Apache-2.0" readme = "README.md" description = "A Unified Distributed Transport Evaluation Framework" -keywords = ["distributed", "transport", "evaluation", "framework", "network", "utility"] +keywords = ["distributed", "transport", "evaluation", "network", "utility"] categories = ["network-programming", "concurrency", "command-line-utilities"] [workspace.dependencies]