parity-common/tests/Cargo.toml

14 lines
301 B
TOML

[package]
name = "tests"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
[build-dependencies]
rustc_version = "0.2"
[dependencies]
crunchy = "0.1.5"
ethereum-types = { path ="../ethereum-types", features = ["std", "heapsizeof"] }
quickcheck = "0.6"
uint = { path = "../uint" }