Files
pezkuwi-subxt/substrate/bin/node/testing/Cargo.toml
T
joe petrowski 2783b44207 Rename PAINT to PALETTE (#4161)
* /paint to /palette

* rename paint to palette

* rename the modules in palette to be pallets

* update Structure.adoc

* bump impl

* fix CI directory

* Update docs/Structure.adoc

Co-Authored-By: Benjamin Kampmann <ben@gnunicorn.org>
2019-11-21 01:08:25 +01:00

32 lines
1.8 KiB
TOML

[package]
name = "node-testing"
version = "2.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Test utilities for Substrate node."
edition = "2018"
[dependencies]
balances = { package = "pallet-balances", path = "../../../palette/balances" }
client = { package = "substrate-client", path = "../../../client/" }
codec = { package = "parity-scale-codec", version = "1.0.0" }
contracts = { package = "pallet-contracts", path = "../../../palette/contracts" }
grandpa = { package = "pallet-grandpa", path = "../../../palette/grandpa" }
indices = { package = "pallet-indices", path = "../../../palette/indices" }
keyring = { package = "substrate-keyring", path = "../../../primitives/keyring" }
node-executor = { path = "../executor" }
node-primitives = { path = "../primitives" }
node-runtime = { path = "../runtime" }
primitives = { package = "substrate-primitives", path = "../../../primitives/core" }
runtime-io = { package = "sr-io", path = "../../../primitives/sr-io" }
runtime_support = { package = "palette-support", path = "../../../palette/support" }
session = { package = "pallet-session", path = "../../../palette/session" }
sr-primitives = { path = "../../../primitives/sr-primitives" }
staking = { package = "pallet-staking", path = "../../../palette/staking" }
substrate-executor = { path = "../../../client/executor" }
system = { package = "palette-system", path = "../../../palette/system" }
test-client = { package = "substrate-test-client", path = "../../../test/utils/client" }
timestamp = { package = "pallet-timestamp", path = "../../../palette/timestamp" }
transaction-payment = { package = "pallet-transaction-payment", path = "../../../palette/transaction-payment" }
treasury = { package = "pallet-treasury", path = "../../../palette/treasury" }
wabt = "0.9.2"