parity-common/hashdb/Cargo.toml

9 lines
202 B
TOML
Raw Normal View History

[package]
name = "hashdb"
version = "0.2.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "trait for hash-keyed databases."
license = "GPL-3.0"
[dependencies]
elastic-array = "0.10"