9108a3bb50
* Bump ethabi & ethereum-types. * Fix test. * Fix hex encodings.
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.3"
|