-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Berend Sliedrecht <[email protected]>
- Loading branch information
1 parent
b229e6f
commit bb57146
Showing
8 changed files
with
2,661 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ on: | |
- main | ||
|
||
env: | ||
RUST_VERSION: "nightly" | ||
RUST_VERSION: "1.69" | ||
|
||
jobs: | ||
format: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
target | ||
.DS_Store | ||
Cargo.lock | ||
!examples/**/Cargo.lock | ||
*.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name = "secure-env" | ||
version = "0.1.0" | ||
edition = "2021" | ||
rust-version = "1.69" | ||
license = "Apache-2.0" | ||
authors = ["Berend Sliedrecht <[email protected]>"] | ||
description = "secure-env is a wrapper library around the Android KeyStore and the iOS Security Framework for key creation and sign operations using the Secure Element" | ||
|
@@ -25,6 +26,7 @@ android-activity = { version = "0.5.0", features = ["native-activity"] } | |
jni = { version = "0.21.1", features = ["invocation"] } | ||
lazy_static = "1.4.0" | ||
ndk-context = "0.1.1" | ||
paste = "1.0.14" | ||
|
||
[dependencies] | ||
thiserror = "1.0.50" |
Oops, something went wrong.