mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 05:38:00 +00:00
e6995cc997
* Bump error-chain * Fix compilation errors
20 lines
738 B
TOML
20 lines
738 B
TOML
[package]
|
|
name = "polkadot-transaction-pool"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
log = "0.3.0"
|
|
error-chain = "0.12"
|
|
parking_lot = "0.4"
|
|
polkadot-api = { path = "../api" }
|
|
polkadot-primitives = { path = "../primitives" }
|
|
polkadot-runtime = { path = "../runtime" }
|
|
substrate-client = { path = "../../substrate/client" }
|
|
substrate-codec = { path = "../../substrate/codec" }
|
|
substrate-keyring = { path = "../../substrate/keyring" }
|
|
substrate-extrinsic-pool = { path = "../../substrate/extrinsic-pool" }
|
|
substrate-primitives = { path = "../../substrate/primitives" }
|
|
substrate-runtime-primitives = { path = "../../substrate/runtime/primitives" }
|
|
ed25519 = { path = "../../substrate/ed25519" }
|