openethereum/transaction-pool/Cargo.toml

13 lines
257 B
TOML

[package]
description = "Generic transaction pool."
name = "transaction-pool"
version = "1.9.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"