pow_sha256/Cargo.toml

15 lines
319 B
TOML
Raw Normal View History

[package]
name = "pow"
version = "0.1.0"
authors = ["Andrew Dirksen <andrew@dirksen.com>"]
2019-05-10 07:31:11 +05:30
description = """
Tag arbitrary data types with proof of work based on sha256.
"""
edition = "2018"
license = "MIT OR Apache-2.0"
[dependencies]
sha2 = "0.8.0"
serde = { version = "1", features = ["derive"] }
bincode = "1.1.3"