chore: Remove keywords
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user