feat: v0.1.0 dev

This commit is contained in:
2025-03-23 17:15:10 +08:00
parent 00eab1c6e8
commit f08fb6c135
3 changed files with 148 additions and 0 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "swift-secure-enclave-tool-rs"
version = "0.1.0"
edition = "2024"
authors = ["Hatter Jiang"]
repository = "https://git.hatter.ink/hatter/swift-secure-enclave-tool-rs"
description = "Swift secure enclave tool in Rust"
license = "MIT OR Apache-2.0"
keywords = ["crypto", "ecdsa", "ecdh", "secure-enclave"]
categories = ["cryptography"]
[dependencies]
base64 = "0.22.1"
rust_util = "0.6.47"