mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-16 14:21:10 +00:00
f0cc89a4b0
* move application-crypto tests into seperate crate * Fix crate name, update script and add docs * pressing 'save' helps * remove useless lines * adding header * split into actual modules
12 lines
450 B
TOML
12 lines
450 B
TOML
[package]
|
|
name = "sp-application-crypto-test"
|
|
version = "2.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
description = "Integration tests for application-crypto"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
primitives = { package = "sp-core", path = "../../core", default-features = false }
|
|
test-client = { package = "substrate-test-runtime-client", path = "../../../test/utils/runtime/client" }
|
|
sp-runtime = { path = "../../runtime" } |