Skip to content

Commit

Permalink
Merge pull request #77 from rust-mobile/docsrs-android
Browse files Browse the repository at this point in the history
Only provide docs.rs pages for Android targets
  • Loading branch information
Dushistov authored Sep 5, 2024
2 parents e7a57d3 + 973790b commit 2318139
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ keywords = ["android", "bindings", "log", "logger"]
categories = ["api-bindings"]
edition = "2021"

[package.metadata.docs.rs]
targets = [
"aarch64-linux-android",
"arm-linux-androideabi",
"armv7-linux-androideabi",
"i686-linux-android",
"thumbv7neon-linux-androideabi",
"x86_64-linux-android",
]

[features]
default = ["regex"]
regex = ["env_filter/regex"]
Expand Down

0 comments on commit 2318139

Please sign in to comment.