mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 16:57:58 +00:00
24 lines
983 B
TOML
24 lines
983 B
TOML
[package]
|
|
name = "polkadot-node-core-chain-api"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
futures = "0.3.21"
|
|
gum = { package = "tracing-gum", path = "../../gum" }
|
|
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
polkadot-primitives = { path = "../../../primitives" }
|
|
polkadot-node-metrics = { path = "../../metrics" }
|
|
polkadot-node-subsystem = {path = "../../subsystem" }
|
|
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
|
|
[dev-dependencies]
|
|
futures = { version = "0.3.21", features = ["thread-pool"] }
|
|
maplit = "1.0.2"
|
|
parity-scale-codec = "3.6.1"
|
|
polkadot-node-primitives = { path = "../../primitives" }
|
|
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
|
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|