parity-common/hashdb/Cargo.toml

14 lines
278 B
TOML

[package]
name = "hashdb"
version = "0.3.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "trait for hash-keyed databases."
repository = "https://github.com/paritytech/parity-common"
license = "GPL-3.0"
[dependencies]
[features]
default = ["std"]
std = []