16 lines
352 B
TOML
16 lines
352 B
TOML
[package]
|
|
name = "account-db"
|
|
description = "DB backend wrapper for Account trie"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
license = "GPL-3.0"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
ethereum-types = "0.8.0"
|
|
hash-db = "0.15.0"
|
|
keccak-hash = "0.4.0"
|
|
keccak-hasher = { path = "../../util/keccak-hasher" }
|
|
kvdb = "0.3.1"
|
|
rlp = "0.4"
|