Newer
Older
[[bin]]
name = "substrate"
path = "node/src/main.rs"
[package]
name = "substrate"
version = "0.1.0"
authors = ["Parity Technologies <[email protected]>"]
build = "build.rs"
[dependencies]
error-chain = "0.12"
node-cli = { path = "node/cli" }
futures = "0.1"
ctrlc = { version = "3.0", features = ["termination"] }
[build-dependencies]
vergen = "0.1"
"core/bft",
"core/cli",
"core/client",
"core/client/db",
"core/executor",
"core/keyring",
"core/misbehavior-check",
"core/network",
"core/primitives",
"core/rpc",
"core/rpc-servers",
"core/sr-io",
"core/sr-sandbox",
"core/sr-std",
"core/sr-version",
"srml/support",
"srml/balances",
"srml/consensus",
"srml/contract",
"srml/council",
"srml/democracy",
"srml/example",
"srml/executive",
"srml/metadata",
"core/sr-primitives",
"srml/session",
"srml/staking",
"srml/system",
"srml/timestamp",
"srml/treasury",
"core/serializer",
"core/service",
"core/state-db",
"core/state-machine",
"core/test-runtime",
"core/telemetry",
"core/keystore",
"node/cli",
"node/api",
"node/consensus",
"node/executor",
"node/network",
"node/primitives",
"node/runtime",
"node/service",
"node/transaction-pool",
"node/runtime/wasm",
"core/executor/wasm",
"pwasm-alloc",
"core/test-runtime/wasm",
travis-ci = { repository = "paritytech/substrate", branch = "master" }
is-it-maintained-issue-resolution = { repository = "paritytech/substrate" }
is-it-maintained-open-issues = { repository = "paritytech/substrate" }
# Substrate runtime requires unwinding.
asynchronous rob
committed
panic = "unwind"