d80dd81d77
* parity-version module split from util removed unused util deps and features trigger buildbot again only kvdb links rocksdb snappy linker issues * rm snappy * fixed old version imports
20 lines
509 B
TOML
20 lines
509 B
TOML
[package]
|
|
description = "Ethcore utility library"
|
|
homepage = "http://parity.io"
|
|
license = "GPL-3.0"
|
|
name = "ethcore-util"
|
|
version = "1.9.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
ethcore-bigint = { path = "bigint", features = ["heapsizeof"] }
|
|
hashdb = { path = "hashdb" }
|
|
memorydb = { path = "memorydb" }
|
|
|
|
[dev-dependencies]
|
|
ethcore-bytes = { path = "bytes" }
|
|
keccak-hash = { path = "hash" }
|
|
log = "0.3"
|
|
patricia-trie = { path = "patricia_trie" }
|
|
triehash = { path = "triehash" }
|