Skip to content

Commit 852dc8c

Browse files
Add cargo categories.
1 parent d0f5458 commit 852dc8c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ keywords = ["javascript", "jsc", "scripting"]
99
documentation = "https://endoli.github.io/javascriptcore.rs/"
1010
homepage = "https://github.com/endoli/javascriptcore.rs"
1111
repository = "https://github.com/endoli/javascriptcore.rs"
12+
categories = ["api-bindings"]
1213
exclude = ["javascript_core/**"]
1314

1415
[dependencies]

javascriptcore-sys/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ keywords = ["javascript", "jsc", "scripting"]
99
documentation = "https://endoli.github.io/javascriptcore.rs/javascriptcore_sys/index.html"
1010
homepage = "https://github.com/endoli/javascriptcore.rs"
1111
repository = "https://github.com/endoli/javascriptcore.rs"
12+
categories = ["external-ffi-bindings"]
1213
build = "build.rs"
1314

1415
[target.'cfg(target_os = "linux")'.build-dependencies]

0 commit comments

Comments
 (0)