22 lines
464 B
TOML
22 lines
464 B
TOML
[package]
|
|
name = "digest-tool"
|
|
version = "0.1.4"
|
|
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
|
|
|
|
[dependencies]
|
|
argparse = "0.2.2"
|
|
libsm = "0.5.0"
|
|
rust-crypto = "0.2.36"
|
|
hex = "0.4.3"
|
|
indicatif = "0.17.0"
|
|
rust_util = "0.6.41"
|
|
|
|
|