feat: init commit
This commit is contained in:
22
Cargo.toml
Normal file
22
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user