feat: init commit,fork from google native-pkcs11
This commit is contained in:
23
Cargo.toml
Normal file
23
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user