mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 04:17:57 +00:00
@@ -23,12 +23,12 @@ num-traits = { version = "0.2.8", default-features = false }
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.163", default-features = false, features = ["derive", "alloc"], optional = true }
|
||||
static_assertions = "1.1.0"
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
sp-std = { path = "../std", default-features = false}
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.4.0"
|
||||
primitive-types = "0.12.0"
|
||||
sp-core = { version = "21.0.0", features = ["full_crypto"], path = "../core" }
|
||||
sp-core = { path = "../core", features = ["full_crypto"]}
|
||||
rand = "0.8.5"
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user