24 lines
443 B
TOML
24 lines
443 B
TOML
[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"
|