feat: v0.1.0

This commit is contained in:
2022-07-24 23:44:05 +08:00
parent 3c8e12a8d2
commit b15da58154
5 changed files with 307 additions and 18 deletions

View File

@@ -10,6 +10,7 @@ zeroize = "1.5.7"
clap = "2.33"
hex = "0.4"
base64 = "0.13.0"
sha2 = "0.10.2"
lazy_static = "1.4.0"
serde_derive = "1.0"
serde = { version = "1.0", features = ["derive"] }