9108a3bb50
* Bump ethabi & ethereum-types. * Fix test. * Fix hex encodings.
13 lines
258 B
TOML
13 lines
258 B
TOML
[package]
|
|
description = "Generic transaction pool."
|
|
name = "transaction-pool"
|
|
version = "1.11.0"
|
|
license = "GPL-3.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
error-chain = "0.11"
|
|
log = "0.3"
|
|
smallvec = "0.4"
|
|
ethereum-types = "0.3"
|