e95b093483
* ethereum-types refactor in progress * ethereum-types refactor in progress * ethereum-types refactor in progress * ethereum-types refactor in progress * ethereum-types refactor finished * removed obsolete util/src/lib.rs * removed commented out code
13 lines
301 B
TOML
13 lines
301 B
TOML
[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.1"
|