mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
New service initial commit (#1234)
* New service initial commit * More separation of the new and old services * Fix review comments * Adds polkadot.json * Fix browser build * Remove unused import * Update node/service/src/lib.rs Co-authored-by: Fedor Sakharov <fedor.sakharov@gmail.com> * Remove duplicate json files Co-authored-by: Robert Habermeier <rphmeier@gmail.com>
This commit is contained in:
@@ -10,6 +10,8 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
cli = { package = "polkadot-cli", path = "cli" }
|
||||
# It looks like this is the only way to pass features to it
|
||||
collator = { package = "polkadot-collator", path = "collator" }
|
||||
futures = "0.3.4"
|
||||
service = { package = "polkadot-service", path = "service" }
|
||||
parity-util-mem = { version = "*", default-features = false, features = ["jemalloc-global"] }
|
||||
@@ -42,6 +44,7 @@ members = [
|
||||
|
||||
"node/messages",
|
||||
"node/overseer",
|
||||
"node/service",
|
||||
|
||||
"parachain/test-parachains",
|
||||
"parachain/test-parachains/adder",
|
||||
@@ -64,3 +67,7 @@ panic = "unwind"
|
||||
|
||||
[features]
|
||||
runtime-benchmarks=["cli/runtime-benchmarks"]
|
||||
service-rewr= [
|
||||
"cli/service-rewr",
|
||||
"collator/service-rewr",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user