move over some files
CODE_OF_CONDUCT.md
0 → 100644
CONTRIBUTING.md
0 → 100644
Cargo.toml
0 → 100644
[[bin]] | ||
name = "polkadot" | ||
path = "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 = "cli" } | ||
futures = "0.1" | ||
ctrlc = { git = "https://github.com/paritytech/rust-ctrlc.git" } | ||
[build-dependencies] | ||
vergen = "0.1" | ||
[workspace] | ||
members = [ | ||
"api", | ||
"availability-store", | ||
"cli", | ||
"collator", | ||
"consensus", | ||
"executor", | ||
"network", | ||
"primitives", | ||
"runtime", | ||
"service", | ||
"statement-table", | ||
"transaction-pool", | ||
"service", | ||
"test-parachains/adder", | ||
"test-parachains/adder/collator", | ||
] | ||
exclude = [ | ||
"runtime/wasm", | ||
"test-parachains/adder/wasm", | ||
"demo/runtime/wasm", | ||
] | ||
[badges] | ||
travis-ci = { repository = "paritytech/polkadot", branch = "master" } | ||
maintenance = { status = "actively-developed" } | ||
is-it-maintained-issue-resolution = { repository = "paritytech/polkadot" } | ||
is-it-maintained-open-issues = { repository = "paritytech/polkadot" } | ||
[profile.release] | ||
# Substrate runtime requires unwinding. | ||
panic = "unwind" |
Dockerfile
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
README.adoc
0 → 100644
build.rs
0 → 100644
license_header.txt
0 → 100644
Please register or sign in to comment