Skip to content

Commit 43ad7fc

Browse files
committed
Revert "Expand crate keywords"
This reverts commit e2f1aca. It turns out that crates.io rejects uploads with more than five keywords.
1 parent efc9921 commit 43ad7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Library for word wrapping, indenting, and dedenting strings. Has
66
documentation = "https://docs.rs/textwrap/"
77
repository = "https://github.com/mgeisler/textwrap"
88
readme = "README.md"
9-
keywords = ["text", "formatting", "wrap", "fill", "typesetting", "unicode", "hyphenation"]
9+
keywords = ["text", "formatting", "wrap", "typesetting", "hyphenation"]
1010
categories = ["text-processing", "command-line-interface"]
1111
license = "MIT"
1212
edition = "2021"

0 commit comments

Comments
 (0)