mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 19:11:04 +00:00
Fix warning and directory restructure.
This commit is contained in:
+29
-25
@@ -1,3 +1,7 @@
|
||||
[[bin]]
|
||||
name = "polkadot"
|
||||
path = "polkadot/src/main.rs"
|
||||
|
||||
[package]
|
||||
name = "polkadot"
|
||||
version = "0.1.0"
|
||||
@@ -5,34 +9,34 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
|
||||
[dependencies]
|
||||
error-chain = "0.11"
|
||||
polkadot-cli = { path = "polkadot-cli", version = "0.1" }
|
||||
polkadot-network = { path = "network" }
|
||||
polkadot-cli = { path = "polkadot/cli" }
|
||||
polkadot-network = { path = "polkadot/network" }
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
"client",
|
||||
"codec",
|
||||
"environmental",
|
||||
"executor",
|
||||
"network",
|
||||
"polkadot-candidate-agreement",
|
||||
"polkadot-cli",
|
||||
"polkadot-collator",
|
||||
"polkadot-executor",
|
||||
"polkadot-runtime",
|
||||
"polkadot-primitives",
|
||||
"polkadot-validator",
|
||||
"primitives",
|
||||
"rpc",
|
||||
"rpc-servers",
|
||||
"runtime-io",
|
||||
"runtime-std",
|
||||
"serializer",
|
||||
"state-machine",
|
||||
"substrate/client",
|
||||
"substrate/codec",
|
||||
"substrate/environmental",
|
||||
"substrate/executor",
|
||||
"polkadot/network",
|
||||
"polkadot/candidate-agreement",
|
||||
"polkadot/cli",
|
||||
"polkadot/collator",
|
||||
"polkadot/executor",
|
||||
"polkadot/runtime",
|
||||
"polkadot/primitives",
|
||||
"polkadot/validator",
|
||||
"substrate/primitives",
|
||||
"substrate/rpc",
|
||||
"substrate/rpc-servers",
|
||||
"substrate/runtime-io",
|
||||
"substrate/runtime-std",
|
||||
"substrate/serializer",
|
||||
"substrate/state-machine",
|
||||
]
|
||||
exclude = [
|
||||
"executor/wasm",
|
||||
"polkadot-runtime/wasm",
|
||||
"pwasm-alloc",
|
||||
"pwasm-libc",
|
||||
"substrate/executor/wasm",
|
||||
"polkadot/runtime/wasm",
|
||||
"substrate/pwasm-alloc",
|
||||
"substrate/pwasm-libc",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user