15 lines
328 B
TOML
15 lines
328 B
TOML
|
[package]
|
||
|
description = "DB backend wrapper for Account trie"
|
||
|
name = "account-db"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
ethereum-types = "0.6"
|
||
|
hash-db = "0.12.4"
|
||
|
keccak-hash = "0.2.0"
|
||
|
keccak-hasher = { path = "../../util/keccak-hasher" }
|
||
|
kvdb = "0.1"
|
||
|
rlp = "0.4"
|