mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +00:00
2332d6dd04
* Removes `rlp` dependency * Enable warnings about unused crates in the CI * Remove all the unused crates * Make tests working again
17 lines
549 B
TOML
17 lines
549 B
TOML
[package]
|
|
name = "node-transaction-pool"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
error-chain = "0.12"
|
|
node-primitives = { path = "../primitives" }
|
|
node-runtime = { path = "../runtime" }
|
|
substrate-client = { path = "../../core/client" }
|
|
parity-codec = "2.0"
|
|
substrate-keyring = { path = "../../core/keyring" }
|
|
substrate-transaction-pool = { path = "../../core/transaction-pool" }
|
|
substrate-primitives = { path = "../../core/primitives" }
|
|
sr-primitives = { path = "../../core/sr-primitives" }
|