mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +00:00
Removed unneeded deps (#3658)
* Removed unneeded deps (except under bridge) Co-authored-by: Andronik Ordian <write@reusable.software>
This commit is contained in:
@@ -9,7 +9,6 @@ edition = "2018"
|
||||
tiny-keccak = "2.0.2"
|
||||
parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] }
|
||||
|
||||
parachain = { package = "polkadot-parachain", path = ".." }
|
||||
adder = { package = "test-parachain-adder", path = "adder" }
|
||||
halt = { package = "test-parachain-halt", path = "halt" }
|
||||
|
||||
@@ -17,8 +16,5 @@ halt = { package = "test-parachain-halt", path = "halt" }
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
std = [
|
||||
"adder/std",
|
||||
"halt/std",
|
||||
]
|
||||
default = ["std"]
|
||||
std = ["adder/std", "halt/std"]
|
||||
|
||||
@@ -23,13 +23,12 @@ structopt = "0.3.21"
|
||||
test-parachain-adder = { path = ".." }
|
||||
polkadot-primitives = { path = "../../../../primitives" }
|
||||
polkadot-cli = { path = "../../../../cli" }
|
||||
polkadot-service = { path = "../../../../node/service", features = [ "rococo-native" ] }
|
||||
polkadot-service = { path = "../../../../node/service", features = ["rococo-native"] }
|
||||
polkadot-node-primitives = { path = "../../../../node/primitives" }
|
||||
polkadot-node-subsystem = { path = "../../../../node/subsystem" }
|
||||
|
||||
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
|
||||
# This one is tricky. Even though it is not used directly by the collator, we still need it for the
|
||||
|
||||
Reference in New Issue
Block a user