mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 12:05:42 +00:00
d5c521a086
* Update Substrate after repository reorganisation * Switch back to polkadot-master * Bump `bitvec` and `parity-scale-codec` (#591) Also bump other dependencies, but respect semver on them.
17 lines
351 B
TOML
17 lines
351 B
TOML
[package]
|
|
name = "halt"
|
|
version = "0.6.17"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Test parachain which executes forever"
|
|
edition = "2018"
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
|
|
[build-dependencies]
|
|
wasm-builder-runner = { package = "substrate-wasm-builder-runner", version = "1.0.4" }
|
|
|
|
[features]
|
|
default = [ "std" ]
|
|
std = []
|