openethereum/transaction-pool/Cargo.toml
Nikolay Volf 8587df17d9 Fix build (#7807)
* Update Cargo.toml

* updated Cargo.lock
2018-02-05 14:05:59 +03:00

13 lines
298 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 = { version = "0.1", features = ["heapsizeof"] }