Add `ethereum` feature

This commit is contained in:
David Palm 2018-08-23 15:43:22 +02:00
parent c9eb6e99fe
commit 77209104d7
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "triehash"
version = "0.2.1"
version = "0.2.2"
authors = ["Parity Technologies <admin@parity.io>"]
description = "in memory patricia trie operations"
repository = "https://github.com/paritytech/parity-common"
@ -15,4 +15,7 @@ rlp = { version = "0.2", path = "../rlp", default-features = false }
trie-standardmap = { version = "0.1", path = "../trie-standardmap" }
keccak-hasher = { version = "0.1", path = "../test-support/keccak-hasher" }
tiny-keccak = "1.4.2"
ethereum-types = "0.4"
ethereum-types = "0.4"
[features]
ethereum = ["rlp/ethereum"]