feat: v0.1.3

This commit is contained in:
2022-08-20 19:03:31 +08:00
parent 41ed22b0de
commit c846d01dbb
2 changed files with 251 additions and 399 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "digest-tool"
version = "0.1.2"
version = "0.1.3"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
description = "Digest cli tool"
@@ -12,7 +12,7 @@ license = "MIT"
[dependencies]
argparse = "0.2.2"
libsm = "0.3.0"
libsm = "0.5.0"
rust-crypto = "0.2.36"
hex = "0.4.0"
indicatif = "0.13.0"