feat: init commit

This commit is contained in:
2025-01-22 01:40:00 +08:00
parent be72e757d4
commit ebcf7b83d6
7 changed files with 417 additions and 0 deletions

22
Cargo.toml Normal file
View File

@@ -0,0 +1,22 @@
[package]
name = "script-sign"
version = "0.1.0"
edition = "2021"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
description = "Script Sign"
license = "MIT"
readme = "README.md"
[dependencies]
base64 = "0.22"
digest = "0.10"
ecdsa = "0.16"
hex = "0.4"
p256 = "0.13"
p384 = "0.13"
sha2 = "0.10"
regex = "1.11"
rust_util = "0.6"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
simpledateformat = "0.1"