diff --git a/Cargo.toml b/Cargo.toml index f7ff7588..5244dc28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "Library for word wrapping, indenting, and dedenting strings. Has documentation = "https://docs.rs/textwrap/" repository = "https://github.com/mgeisler/textwrap" readme = "README.md" -keywords = ["text", "formatting", "wrap", "fill", "typesetting", "unicode", "hyphenation"] +keywords = ["text", "formatting", "wrap", "typesetting", "hyphenation"] categories = ["text-processing", "command-line-interface"] license = "MIT" edition = "2021"