Skip to content

Commit b98ec6e

Browse files
authored
Make Cargo.toml respect crates.io keyword limit (#251)
There is a 5 keyword limit.
1 parent 8b6319b commit b98ec6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

harfbuzz-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
description = "Rust bindings to the HarfBuzz text shaping engine"
1111
repository = "https://github.com/servo/rust-harfbuzz"
1212
documentation = "https://docs.rs/harfbuzz-sys/"
13-
keywords = ["opentype", "font", "text", "layout", "unicode", "shaping"]
13+
keywords = ["opentype", "font", "text", "unicode", "shaping"]
1414
categories = ["external-ffi-bindings", "internationalization", "text-processing"]
1515

1616
exclude = [

harfbuzz-traits/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
description = "Rust Traits for the HarfBuzz text shaping engine"
1111
repository = "https://github.com/servo/rust-harfbuzz"
1212
documentation = "https://docs.rs/harfbuzz/"
13-
keywords = ["opentype", "font", "text", "layout", "unicode", "shaping"]
13+
keywords = ["opentype", "font", "text", "unicode", "shaping"]
1414
categories = ["text-processing"]
1515

1616
[features]

harfbuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
description = "Rust bindings to the HarfBuzz text shaping engine"
1111
repository = "https://github.com/servo/rust-harfbuzz"
1212
documentation = "https://docs.rs/harfbuzz/"
13-
keywords = ["opentype", "font", "text", "layout", "unicode", "shaping"]
13+
keywords = ["opentype", "font", "text", "unicode", "shaping"]
1414
categories = ["text-processing"]
1515

1616
[dependencies.harfbuzz-sys]

0 commit comments

Comments
 (0)