mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 06:27:58 +00:00
@@ -14,13 +14,13 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
bytes = { version = "1.1.0", default-features = false }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../../core" }
|
||||
sp-io = { version = "23.0.0", default-features = false, path = "../../io" }
|
||||
sp-runtime-interface = { version = "17.0.0", default-features = false, path = "../" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../../std" }
|
||||
sp-core = { path = "../../core", default-features = false}
|
||||
sp-io = { path = "../../io", default-features = false}
|
||||
sp-runtime-interface = { path = "..", default-features = false}
|
||||
sp-std = { path = "../../std", default-features = false}
|
||||
|
||||
[build-dependencies]
|
||||
substrate-wasm-builder = { version = "5.0.0-dev", path = "../../../utils/wasm-builder", optional = true }
|
||||
substrate-wasm-builder = { path = "../../../utils/wasm-builder", optional = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
|
||||
Reference in New Issue
Block a user