feat: init commit,fork from google native-pkcs11

This commit is contained in:
2024-07-06 19:06:25 +08:00
parent 27039d66bb
commit 33f33d2aa6
43 changed files with 34868 additions and 10 deletions

23
Cargo.toml Normal file
View File

@@ -0,0 +1,23 @@
[workspace]
resolver = "2"
members = [
"native-pkcs11",
"native-pkcs11-core",
"native-pkcs11-traits",
"native-pkcs11-piv",
"pkcs11-sys",
]
[workspace.package]
authors = [
"Brandon Weeks <bweeks@google.com>",
"Kevin King <kcking@google.com>",
]
edition = "2021"
rust-version = "1.65"
repository = "https://github.com/google/native-pkcs11"
license = "Apache-2.0"
[profile.release]
strip = "symbols"
panic = "abort"