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