7c8d404cf8
* Avoid allocations when computing triehash. * Bump elastic-array to 0.10
11 lines
226 B
TOML
11 lines
226 B
TOML
[package]
|
|
name = "hashdb"
|
|
version = "0.1.1"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "trait for hash-keyed databases."
|
|
license = "GPL-3.0"
|
|
|
|
[dependencies]
|
|
elastic-array = "0.10"
|
|
ethereum-types = "0.2"
|