Files
pezkuwi-subxt/polkadot/primitives/test-helpers/Cargo.toml
T
2023-08-14 17:31:13 +02:00

16 lines
663 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 = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] }
polkadot-primitives = { path = "../" }
rand = "0.8.5"