mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 08:41:07 +00:00
@@ -18,23 +18,23 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features =
|
||||
] }
|
||||
log = { version = "0.4.17", default-features = false }
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
|
||||
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }
|
||||
frame-try-runtime = { version = "0.10.0-dev", default-features = false, path = "../try-runtime", optional = true }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" }
|
||||
sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" }
|
||||
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-tracing = { version = "10.0.0", default-features = false, path = "../../primitives/tracing" }
|
||||
frame-support = { path = "../support", default-features = false}
|
||||
frame-system = { path = "../system", default-features = false}
|
||||
frame-try-runtime = { path = "../try-runtime", default-features = false, optional = true }
|
||||
sp-core = { path = "../../primitives/core", default-features = false}
|
||||
sp-io = { path = "../../primitives/io", default-features = false}
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false}
|
||||
sp-std = { path = "../../primitives/std", default-features = false}
|
||||
sp-tracing = { path = "../../primitives/tracing", default-features = false}
|
||||
|
||||
[dev-dependencies]
|
||||
array-bytes = "6.1"
|
||||
pallet-balances = { version = "4.0.0-dev", path = "../balances" }
|
||||
pallet-transaction-payment = { version = "4.0.0-dev", path = "../transaction-payment" }
|
||||
sp-core = { version = "21.0.0", path = "../../primitives/core" }
|
||||
sp-inherents = { version = "4.0.0-dev", path = "../../primitives/inherents" }
|
||||
sp-io = { version = "23.0.0", path = "../../primitives/io" }
|
||||
sp-version = { version = "22.0.0", path = "../../primitives/version" }
|
||||
pallet-balances = { path = "../balances" }
|
||||
pallet-transaction-payment = { path = "../transaction-payment" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-inherents = { path = "../../primitives/inherents" }
|
||||
sp-io = { path = "../../primitives/io" }
|
||||
sp-version = { path = "../../primitives/version" }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
|
||||
Reference in New Issue
Block a user