get everything building

This commit is contained in:
Robert Habermeier
2018-08-14 18:59:32 +02:00
parent a079be3e64
commit 934829c052
88 changed files with 11 additions and 13283 deletions
+3 -41
View File
@@ -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.