Skip to content

Commit

Permalink
cargo: Add os::android-apis category
Browse files Browse the repository at this point in the history
Since this crate provides access/interop to an Android-specific (OS)
API, use the new `os::android-apis` category that I recently upstreamed
at rust-lang/crates.io#8558.  That'll make this
crate show up at https://crates.io/categories/os::android-apis going
forward.
  • Loading branch information
MarijnS95 committed Aug 7, 2024
1 parent e7a57d3 commit 03d3ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = """
A logging implementation for `log` which hooks to android log output.
"""
keywords = ["android", "bindings", "log", "logger"]
categories = ["api-bindings"]
categories = ["api-bindings", "os::android-apis"]
edition = "2021"

[features]
Expand Down

0 comments on commit 03d3ff2

Please sign in to comment.