Files
pezkuwi-subxt/polkadot/parachain/test-parachains/Cargo.toml
T
Squirrel be403051dc Set polkadot version in one place (#6095)
* rust 1.64 enables workspace properties

* add edition, repository and authors.

* of course, update the version in one place.

Co-authored-by: Andronik <write@reusable.software>
2022-12-05 11:36:16 +00:00

21 lines
620 B
TOML

[package]
name = "test-parachains"
description = "Integration tests using the test-parachains"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
parity-scale-codec = { version = "3.1.5", default-features = false, features = ["derive"] }
adder = { package = "test-parachain-adder", path = "adder" }
halt = { package = "test-parachain-halt", path = "halt" }
[dev-dependencies]
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
[features]
default = ["std"]
std = ["adder/std", "halt/std"]