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

21 lines
680 B
TOML

[package]
name = "sp-application-crypto-test"
version = "2.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
description = "Integration tests for application-crypto"
license = "Apache-2.0"
publish = false
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sp-api = { path = "../../api" }
sp-application-crypto = { path = ".." }
sp-core = { path = "../../core", default-features = false}
sp-keystore = { path = "../../keystore", default-features = false}
substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" }