mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
495d24d730
Co-authored-by: Sergejs Kostjucenko <85877331+sergejparity@users.noreply.github.com> Co-authored-by: Bastian Köcher <info@kchr.de>
24 lines
829 B
TOML
24 lines
829 B
TOML
[package]
|
|
name = "staging-node-inspect"
|
|
version = "0.9.0-dev"
|
|
authors.workspace = true
|
|
description = "Substrate node block inspection tool."
|
|
edition.workspace = true
|
|
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
|
homepage = "https://substrate.io"
|
|
repository.workspace = true
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[dependencies]
|
|
clap = { version = "4.4.6", features = ["derive"] }
|
|
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
|
thiserror = "1.0"
|
|
sc-cli = { path = "../../../client/cli" }
|
|
sc-client-api = { path = "../../../client/api" }
|
|
sc-service = { path = "../../../client/service", default-features = false}
|
|
sp-blockchain = { path = "../../../primitives/blockchain" }
|
|
sp-core = { path = "../../../primitives/core" }
|
|
sp-runtime = { path = "../../../primitives/runtime" }
|