mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
f71200ee3c
* Bump codec * Fix tests
20 lines
485 B
TOML
20 lines
485 B
TOML
[package]
|
|
name = "substrate-transaction-pool"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
error-chain = "0.12"
|
|
futures = "0.1"
|
|
log = "0.3"
|
|
parking_lot = "0.4"
|
|
transaction-pool = "1.13.2"
|
|
sr-primitives = { path = "../../core/sr-primitives" }
|
|
|
|
[dev-dependencies]
|
|
substrate-test-client = { path = "../../core/test-client" }
|
|
substrate-keyring = { path = "../../core/keyring" }
|
|
parity-codec = { version = "2.0" }
|