update digest-tool

This commit is contained in:
2019-12-12 07:43:36 +08:00
parent 6d98005eae
commit a94aea6b32
3 changed files with 15 additions and 7 deletions

View File

@@ -1,8 +1,12 @@
[package]
name = "digest"
name = "digest-tool"
version = "0.1.2"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
description = "Digest cli tool"
readme = "README.md"
repository = "https://git.hatter.ink/hatter/digest"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -12,6 +16,6 @@ libsm = "0.3.0"
rust-crypto = "0.2.36"
hex = "0.4.0"
indicatif = "0.13.0"
rust_util = { git = "https://github.com/jht5945/rust_util" }
rust_util = "0.1.0"