13 lines
294 B
TOML
13 lines
294 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"
|
||
|
ethcore-bigint = { features = ["heapsizeof"], version="0.2" }
|