mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-19 05:15:40 +00:00
f441a5fc93
Signed-off-by: alvicsam <alvicsam@gmail.com>
16 lines
590 B
TOML
16 lines
590 B
TOML
[package]
|
|
name = "polkadot-primitives-test-helpers"
|
|
publish = false
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
sp-keyring = { path = "../../../substrate/primitives/keyring" }
|
|
sp-application-crypto = { package = "sp-application-crypto", path = "../../../substrate/primitives/application-crypto", default-features = false }
|
|
sp-runtime = { path = "../../../substrate/primitives/runtime" }
|
|
sp-core = { path = "../../../substrate/primitives/core", features = ["std"] }
|
|
polkadot-primitives = { path = ".." }
|
|
rand = "0.8.5"
|