Skip to content

Commit e4a0b94

Browse files
authored
cargo: Add categories for discoverability (#473)
`os::android-apis` is a new category that I added upstream in rust-lang/crates.io#8558. The rest already exists on crates.io, and should make it easier to find/place this crate.
1 parent 1944c13 commit e4a0b94

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ndk-sys/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ documentation = "https://docs.rs/ndk-sys"
1111
homepage = "https://github.com/rust-mobile/ndk"
1212
repository = "https://github.com/rust-mobile/ndk"
1313
rust-version = "1.60"
14+
categories = ["os", "os::android-apis", "external-ffi-bindings"]
1415

1516
[dependencies]
1617
jni-sys = "0.3.0"

ndk/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ documentation = "https://docs.rs/ndk"
1111
homepage = "https://github.com/rust-mobile/ndk"
1212
repository = "https://github.com/rust-mobile/ndk"
1313
rust-version = "1.66"
14+
categories = ["os", "os::android-apis", "api-bindings"]
1415

1516
[features]
1617
default = ["rwh_06"]

0 commit comments

Comments
 (0)