Files
digest/Cargo.toml
2019-11-24 12:17:34 +08:00

18 lines
378 B
TOML

[package]
name = "digest"
version = "0.1.2"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
argparse = "0.2.2"
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" }