4145be863b
* Update error-chain to 0.12 to silence warnings * Bump quick_error crate to 1.2.2 to silence linter warnings
16 lines
340 B
TOML
16 lines
340 B
TOML
[package]
|
|
description = "Generic transaction pool."
|
|
name = "transaction-pool"
|
|
version = "1.12.1"
|
|
license = "GPL-3.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
error-chain = "0.12"
|
|
log = "0.3"
|
|
smallvec = "0.4"
|
|
trace-time = { path = "../util/trace-time", version = "0.1" }
|
|
|
|
[dev-dependencies]
|
|
ethereum-types = "0.3"
|