Skip to content

Commit 4720a85

Browse files
Cargo.toml: Add shaping to keywords, text-processing to categories. (#214)
1 parent 0cb43c8 commit 4720a85

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

harfbuzz-sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ license = "MIT"
99
description = "Rust bindings to the HarfBuzz text shaping engine"
1010
repository = "https://github.com/servo/rust-harfbuzz"
1111
documentation = "https://docs.rs/harfbuzz-sys/"
12-
keywords = ["opentype", "font", "text", "layout", "unicode"]
13-
categories = ["external-ffi-bindings", "internationalization"]
12+
keywords = ["opentype", "font", "text", "layout", "unicode", "shaping"]
13+
categories = ["external-ffi-bindings", "internationalization", "text-processing"]
1414

1515
exclude = [
1616
"harfbuzz/docs/*",

harfbuzz/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ license = "MIT OR Apache-2.0"
99
description = "Rust bindings to the HarfBuzz text shaping engine"
1010
repository = "https://github.com/servo/rust-harfbuzz"
1111
documentation = "https://docs.rs/harfbuzz/"
12-
keywords = ["opentype", "font", "text", "layout", "unicode"]
12+
keywords = ["opentype", "font", "text", "layout", "unicode", "shaping"]
13+
categories = ["text-processing"]
1314

1415
[dependencies.harfbuzz-sys]
1516
path = "../harfbuzz-sys"

0 commit comments

Comments
 (0)