parity-common/tests/Cargo.toml

14 lines
297 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>"]
[build-dependencies]
rustc_version = "0.2"
2017-10-24 01:09:44 -07:00
[dependencies]
crunchy = "0.1.5"
2017-10-30 10:00:58 -07:00
ethereum-types = { path ="../ethereum-types", features = ["std", "heapsizeof"] }
2017-10-24 01:09:44 -07:00
quickcheck = "0.4"
2017-10-30 10:00:58 -07:00
uint = { path = "../uint" }