From fec67984fcfe5ef834db00ec556863728cf73d05 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Mon, 8 Dec 2025 12:59:11 +0530 Subject: [PATCH] chore: Remove keywords --- Cargo.toml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 09c58ec..61d8934 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,16 +5,7 @@ edition = "2024" repository = "https://git.darksailor.dev/servius/teewriter" license = "MIT" description = "A library to write to multiple writers simultaneously" -keywords = [ - "tee", - "writer", - "io", - "async", - "sync", - "teewriter", - "tokio", - "futures", -] +keywords = ["tee", "writer", "io", "async"] [package.metadata.docs.rs] all-features = true