33284e988e
* Bump master to 1.11.0 * Bump price-info * Bump mac installer version * Fix gitlab builds
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.2"
|