44c68221a8
* remove unused dependency bigint in * remove bigint in rpc_cli
16 lines
442 B
TOML
16 lines
442 B
TOML
[package]
|
|
name = "memorydb"
|
|
version = "0.1.1"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "in-memory implementation of hashdb"
|
|
license = "GPL-3.0"
|
|
|
|
[dependencies]
|
|
elastic-array = "0.10"
|
|
heapsize = "0.4"
|
|
ethereum-types = "0.3"
|
|
keccak-hash = { version = "0.1.0", path = "../hash" }
|
|
hashdb = { version = "0.1.1", path = "../hashdb" }
|
|
plain_hasher = { path = "../plain_hasher" }
|
|
rlp = { version = "0.2.1", path = "../rlp" }
|