feat: v1.0.0

This commit is contained in:
2025-05-12 23:18:46 +08:00
parent 0c1b681e16
commit f3bc06cc21
3 changed files with 137 additions and 51 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "swift-secure-enclave-tool-rs"
version = "0.1.1"
version = "1.0.0"
edition = "2024"
authors = ["Hatter Jiang"]
repository = "https://git.hatter.ink/hatter/swift-secure-enclave-tool-rs"
@@ -13,3 +13,5 @@ categories = ["cryptography"]
hex = "0.4.3"
base64 = "0.22.1"
rust_util = "0.6.47"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"