mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +00:00
13 lines
300 B
TOML
13 lines
300 B
TOML
[package]
|
|
name = "node-cli"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Substrate node implementation in Rust."
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
tokio = "0.1.7"
|
|
exit-future = "0.1"
|
|
substrate-cli = { path = "../../core/cli" }
|
|
node-service = { path = "../service" }
|