mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 23:15:42 +00:00
get everything building
This commit is contained in:
+3
-41
@@ -1,41 +1,5 @@
|
||||
[[bin]]
|
||||
name = "polkadot"
|
||||
path = "polkadot/src/main.rs"
|
||||
|
||||
[package]
|
||||
name = "polkadot"
|
||||
version = "0.3.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
error-chain = "0.12"
|
||||
polkadot-cli = { path = "polkadot/cli" }
|
||||
futures = "0.1"
|
||||
ctrlc = { git = "https://github.com/paritytech/rust-ctrlc.git" }
|
||||
|
||||
[build-dependencies]
|
||||
vergen = "0.1"
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
"polkadot/api",
|
||||
"polkadot/availability-store",
|
||||
"polkadot/cli",
|
||||
"polkadot/collator",
|
||||
"polkadot/consensus",
|
||||
"polkadot/executor",
|
||||
"polkadot/network",
|
||||
"polkadot/primitives",
|
||||
"polkadot/runtime",
|
||||
"polkadot/service",
|
||||
"polkadot/statement-table",
|
||||
"polkadot/transaction-pool",
|
||||
"polkadot/service",
|
||||
|
||||
"polkadot/test-parachains/adder",
|
||||
"polkadot/test-parachains/adder/collator",
|
||||
|
||||
"substrate/bft",
|
||||
"substrate/cli",
|
||||
"substrate/client",
|
||||
@@ -80,8 +44,6 @@ members = [
|
||||
"subkey",
|
||||
]
|
||||
exclude = [
|
||||
"polkadot/runtime/wasm",
|
||||
"polkadot/test-parachains/adder/wasm",
|
||||
"demo/runtime/wasm",
|
||||
"substrate/executor/wasm",
|
||||
"substrate/pwasm-alloc",
|
||||
@@ -90,10 +52,10 @@ exclude = [
|
||||
]
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "paritytech/polkadot", branch = "master" }
|
||||
travis-ci = { repository = "paritytech/paritysubstrate", branch = "master" }
|
||||
maintenance = { status = "actively-developed" }
|
||||
is-it-maintained-issue-resolution = { repository = "paritytech/polkadot" }
|
||||
is-it-maintained-open-issues = { repository = "paritytech/polkadot" }
|
||||
is-it-maintained-issue-resolution = { repository = "paritytech/paritysubstrate" }
|
||||
is-it-maintained-open-issues = { repository = "paritytech/paritysubstrate" }
|
||||
|
||||
[profile.release]
|
||||
# Substrate runtime requires unwinding.
|
||||
|
||||
Reference in New Issue
Block a user