openethereum/util/hashdb/Cargo.toml

11 lines
261 B
TOML
Raw Normal View History

[package]
name = "hashdb"
2017-11-10 18:46:35 +01:00
version = "0.1.1"
authors = ["Parity Technologies <admin@parity.io>"]
description = "trait for hash-keyed databases."
license = "GPL-3.0"
[dependencies]
elastic-array = "0.9"
2017-11-10 18:46:35 +01:00
ethcore-bigint = { version = "0.2.1", path = "../bigint" }