mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 03:31:10 +00:00
@@ -22,18 +22,18 @@ rand = { version = "0.8.5", optional = true }
|
||||
smallvec = "1.11.0"
|
||||
thiserror = { version = "1.0.30", optional = true }
|
||||
tracing = { version = "0.1.29", optional = true }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../core" }
|
||||
sp-externalities = { version = "0.19.0", default-features = false, path = "../externalities" }
|
||||
sp-panic-handler = { version = "8.0.0", optional = true, path = "../panic-handler" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
sp-trie = { version = "22.0.0", default-features = false, path = "../trie" }
|
||||
sp-core = { path = "../core", default-features = false}
|
||||
sp-externalities = { path = "../externalities", default-features = false}
|
||||
sp-panic-handler = { path = "../panic-handler", optional = true}
|
||||
sp-std = { path = "../std", default-features = false}
|
||||
sp-trie = { path = "../trie", default-features = false}
|
||||
trie-db = { version = "0.27.1", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
array-bytes = "6.1"
|
||||
pretty_assertions = "1.2.1"
|
||||
rand = "0.8.5"
|
||||
sp-runtime = { version = "24.0.0", path = "../runtime" }
|
||||
sp-runtime = { path = "../runtime" }
|
||||
assert_matches = "1.5"
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user