Files
pezkuwi-subxt/substrate/Cargo.toml
T
2018-01-31 18:11:30 +01:00

32 lines
511 B
TOML

[package]
name = "polkadot"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
error-chain = "0.11"
polkadot-cli = { path = "cli", version = "0.1" }
polkadot-network = { path = "network" }
[workspace]
members = [
"candidate-agreement",
"client",
"collator",
"environmental",
"executor",
"native-runtime",
"network",
"primitives",
"rpc-servers",
"rpc",
"runtime-codec",
"runtime-std",
"serializer",
"state-machine",
"validator",
]
exclude = [
"wasm-runtime"
]