mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 17:57:56 +00:00
32 lines
511 B
TOML
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"
|
|
]
|