add more utilities
This commit is contained in:
parent
366cc3b759
commit
67d93faeb5
4 changed files with 66 additions and 16 deletions
|
|
@ -2,6 +2,7 @@
|
|||
name = "spbr-common"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
publish = ["spbr"]
|
||||
|
||||
[dependencies]
|
||||
aes = "0.9.1"
|
||||
|
|
@ -17,3 +18,9 @@ rand = "0.10.2"
|
|||
|
||||
[features]
|
||||
crypto = ["dep:base64", "dep:hmac", "dep:md-5", "dep:hybrid-array"]
|
||||
default = ["crypto"]
|
||||
|
||||
[[bin]]
|
||||
name = "encsign-keygen"
|
||||
path = "utilities/encsign_keygen.rs"
|
||||
required-features = ["crypto"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue