mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-01 11:17:25 +00:00
c5a709a882
* client/rpc/api -> client/rpc-api * client/util/wasm-builder-runner -> utils/wasm-builder-runner * client/grafana-data-source -> utils/grafana-data-source * test/utils -> test-utils * fix moved path * Update Cargo.lock * Update Cargo.lock
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" } |