Skip to content

Commit d51b7ff

Browse files
authored
Merge pull request #78 from rust-mobile/os-android-apis-category
cargo: Add `os::android-apis` category
2 parents 2318139 + 03d3ff2 commit d51b7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
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
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)