mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 23:01:01 +00:00
@@ -18,14 +18,14 @@ parity-scale-codec = { version = "3.6.1", default-features = false, features = [
|
||||
polkadot-parachain = { path = "../../../../parachain" }
|
||||
polkadot-primitives = { path = "../../../../primitives" }
|
||||
|
||||
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-executor-wasmtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-executor = { path = "../../../../../substrate/client/executor" }
|
||||
sc-executor-common = { path = "../../../../../substrate/client/executor/common" }
|
||||
sc-executor-wasmtime = { path = "../../../../../substrate/client/executor/wasmtime" }
|
||||
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true }
|
||||
sp-core = { path = "../../../../../substrate/primitives/core" }
|
||||
sp-externalities = { path = "../../../../../substrate/primitives/externalities" }
|
||||
sp-io = { path = "../../../../../substrate/primitives/io" }
|
||||
sp-tracing = { path = "../../../../../substrate/primitives/tracing", optional = true }
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
landlock = "0.2.0"
|
||||
|
||||
Reference in New Issue
Block a user