2018-02-19 12:03:54 +01:00
|
|
|
[package]
|
|
|
|
name = "trie-standardmap"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["debris <marek.kotewicz@gmail.com>"]
|
|
|
|
description = "Standard test map for profiling tries"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
ethcore-bytes = { path = "../bytes" }
|
2018-04-02 13:12:52 +02:00
|
|
|
ethereum-types = "0.3"
|
2018-02-19 12:03:54 +01:00
|
|
|
keccak-hash = { path = "../hash" }
|
|
|
|
rlp = { path = "../rlp" }
|