mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 20:17:57 +00:00
14 lines
350 B
TOML
14 lines
350 B
TOML
[package]
|
|
name = "polkadot-cli"
|
|
version = "0.3.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Polkadot node implementation in Rust."
|
|
|
|
[dependencies]
|
|
log = "0.3"
|
|
tokio = "0.1.7"
|
|
futures = "0.1.17"
|
|
exit-future = "0.1"
|
|
substrate-cli = { git = "https://github.com/paritytech/substrate" }
|
|
polkadot-service = { path = "../service" }
|