plain_hasher 0.1 is fine

This commit is contained in:
David Palm 2018-07-04 17:32:39 +02:00
parent 10d8df665b
commit 9e0f85e0e5
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
[package]
name = "plain_hasher"
description = "Hasher for 32-bit keys."
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
keywords = ["hash", "hasher"]
homepage = "https://github.com/paritytech/plain_hasher"
[dependencies]
crunchy = "0.1.6"
ethereum-types = "0.3"
hashdb = { version = "0.2.0", path = "../hashdb" }