feat: init commit,fork from google native-pkcs11
This commit is contained in:
12
pkcs11-sys/Cargo.toml
Normal file
12
pkcs11-sys/Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "pkcs11-sys"
|
||||
version = "0.2.18"
|
||||
description = "Generated bindings for pkcs11.h. Useful for building PKCS#11 modules in rust."
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
repository.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[build-dependencies]
|
||||
bindgen = { version = "0.69.4", optional = true }
|
||||
Reference in New Issue
Block a user