Files
pezkuwi-subxt/polkadot/primitives/test-helpers/Cargo.toml
T
alvicsam f441a5fc93 Diener workspacify
Signed-off-by: alvicsam <alvicsam@gmail.com>
2023-08-25 11:05:17 +02:00

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"