pow_sha256/Cargo.toml
2019-05-09 14:49:50 -07:00

13 lines
224 B
TOML

[package]
name = "pow"
version = "0.1.0"
authors = ["Andrew Dirksen <andrew@dirksen.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
[dependencies]
byteorder = "1.3.1"
sha2 = "0.8.0"
[dev-dependencies]
rand = "0.6.5"