openethereum/util/hash/Cargo.toml
Tomasz Drwięga 9108a3bb50 Bump ethabi & ethereum-types. (#8258)
* Bump ethabi & ethereum-types.

* Fix test.

* Fix hex encodings.
2018-04-02 12:12:52 +01:00

19 lines
353 B
TOML

[package]
description = "Rust bindings for tinykeccak C library"
homepage = "http://parity.io"
license = "GPL-3.0"
name = "keccak-hash"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs"
[dependencies]
ethereum-types = "0.3"
tiny-keccak = "1.3"
[build-dependencies]
cc = "1.0"
[dev-dependencies]
tempdir = "0.3"