Skip to content

Commit

Permalink
docs: set targets to build docs for (#23)
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht authored Apr 25, 2024
1 parent 0ed0440 commit 149a530
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "animo-secure-env"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
rust-version = "1.69"
license = "Apache-2.0"
Expand All @@ -10,6 +10,17 @@ repository = "https://github.com/animo/secure-env"
keywords = ["cryptography", "hsm", "security", "keystore", "security-framework"]
categories = ["cryptography"]

[package.metadata.docs.rs]
targets = [
"aarch64-apple-ios",
"aarch64-apple-ios-sim",
"x86_64-apple-ios",
"aarch64-linux-android",
"x86_64-linux-android",
"armv7-linux-androideabi",
"i686-linux-android"
]

[badges]
maintenance = { status = "actively-developed" }

Expand All @@ -29,5 +40,5 @@ paste = "1.0.14"
x509-parser = "0.15.1"

[dependencies]
thiserror = "1.0.50"
p256 = { version = "0.13.2", features = ["ecdsa-core"] }
thiserror = "1.0.50"

0 comments on commit 149a530

Please sign in to comment.