Skip to content

Commit

Permalink
cargo: Add categories for discoverability
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
MarijnS95 committed May 14, 2024
1 parent ce3d82f commit 5b68d1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ndk-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ documentation = "https://docs.rs/ndk-sys"
homepage = "https://github.com/rust-mobile/ndk"
repository = "https://github.com/rust-mobile/ndk"
rust-version = "1.60"
categories = ["os", "os::android-apis", "external-ffi-bindings"]

[dependencies]
jni-sys = "0.3.0"
Expand Down
1 change: 1 addition & 0 deletions ndk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ documentation = "https://docs.rs/ndk"
homepage = "https://github.com/rust-mobile/ndk"
repository = "https://github.com/rust-mobile/ndk"
rust-version = "1.66"
categories = ["os", "os::android-apis", "api-bindings"]

[features]
default = ["rwh_06"]
Expand Down

0 comments on commit 5b68d1e

Please sign in to comment.