Skip to content

Commit f702502

Browse files
Cargo.toml: add categories
1 parent 8c0c8a1 commit f702502

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ authors = [
1010
homepage = "https://github.com/unicode-rs/unicode-width"
1111
repository = "https://github.com/unicode-rs/unicode-width"
1212
license = "MIT/Apache-2.0"
13+
categories = [
14+
"command-line-interface",
15+
"internationalization",
16+
"no-std::no-alloc",
17+
"text-processing",
18+
]
1319
keywords = ["text", "width", "unicode"]
1420
readme = "README.md"
1521
description = """

0 commit comments

Comments
 (0)