Revert "Remove Old Service, 2nd try (#1732)" (#1758)
This reverts commit 42fbca6e.
... | @@ -14,7 +14,7 @@ readme = "README.md" | ... | @@ -14,7 +14,7 @@ readme = "README.md" |
[dependencies] | [dependencies] | ||
cli = { package = "polkadot-cli", path = "cli" } | cli = { package = "polkadot-cli", path = "cli" } | ||
futures = "0.3.4" | futures = "0.3.4" | ||
service = { package = "polkadot-service", path = "node/service" } | service = { package = "polkadot-service", path = "service" } | ||
parity-util-mem = { version = "*", default-features = false, features = ["jemalloc-global"] } | parity-util-mem = { version = "*", default-features = false, features = ["jemalloc-global"] } | ||
[dev-dependencies] | [dev-dependencies] | ||
... | @@ -36,7 +36,9 @@ members = [ | ... | @@ -36,7 +36,9 @@ members = [ |
"runtime/westend", | "runtime/westend", | ||
"runtime/test-runtime", | "runtime/test-runtime", | ||
"runtime/test-runtime/client", | "runtime/test-runtime/client", | ||
"service", | |||
"statement-table", | "statement-table", | ||
"service", | |||
"validation", | "validation", | ||
"node/collation-generation", | "node/collation-generation", | ||
... | @@ -77,6 +79,9 @@ panic = "unwind" | ... | @@ -77,6 +79,9 @@ panic = "unwind" |
[features] | [features] | ||
runtime-benchmarks=["cli/runtime-benchmarks"] | runtime-benchmarks=["cli/runtime-benchmarks"] | ||
service-rewr= [ | |||
"cli/service-rewr", | |||
] | |||
# Configuration for building a .deb package - for use with `cargo-deb` | # Configuration for building a .deb package - for use with `cargo-deb` | ||
[package.metadata.deb] | [package.metadata.deb] | ||
... | ... |
This diff is collapsed.
This diff is collapsed.