parity-common/tests/Cargo.toml

11 lines
253 B
TOML
Raw Normal View History

2017-10-24 01:09:44 -07:00
[package]
name = "tests"
version = "0.1.0"
authors = ["debris <marek.kotewicz@gmail.com>"]
[dependencies]
uint = { path = "../uint" }
ethereum-types = { path ="../ethereum-types", features = ["std", "heapsizeof"] }
crunchy = "0.1.5"
quickcheck = "0.4"