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

12
pkcs11-sys/Cargo.toml Normal file
View 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 }