feat: init commit,fork from google native-pkcs11
This commit is contained in:
14
native-pkcs11-traits/Cargo.toml
Normal file
14
native-pkcs11-traits/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "native-pkcs11-traits"
|
||||
version = "0.2.18"
|
||||
description = "Traits for implementing and interactive with native-pkcs11 module backends."
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
repository.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
once_cell = "1.19.0"
|
||||
rand = "0.8.5"
|
||||
x509-cert = { version = "0.2.5", default-features = false }
|
||||
Reference in New Issue
Block a user