Skip to content

Commit 03d3ff2

Browse files
committed
cargo: Add os::android-apis category
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.
1 parent e7a57d3 commit 03d3ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = """
99
A logging implementation for `log` which hooks to android log output.
1010
"""
1111
keywords = ["android", "bindings", "log", "logger"]
12-
categories = ["api-bindings"]
12+
categories = ["api-bindings", "os::android-apis"]
1313
edition = "2021"
1414

1515
[features]

0 commit comments

Comments
 (0)