chore: Remove keywords
Some checks failed
build / checks-matrix (push) Has been cancelled
build / codecov (push) Has been cancelled
docs / docs (push) Has been cancelled
build / checks-build (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-12-08 12:59:11 +05:30
parent bfc417ef28
commit fec67984fc

View File

@@ -5,16 +5,7 @@ edition = "2024"
repository = "https://git.darksailor.dev/servius/teewriter" repository = "https://git.darksailor.dev/servius/teewriter"
license = "MIT" license = "MIT"
description = "A library to write to multiple writers simultaneously" description = "A library to write to multiple writers simultaneously"
keywords = [ keywords = ["tee", "writer", "io", "async"]
"tee",
"writer",
"io",
"async",
"sync",
"teewriter",
"tokio",
"futures",
]
[package.metadata.docs.rs] [package.metadata.docs.rs]
all-features = true all-features = true