mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 08:11:03 +00:00
c7f957ceec
* Fix for new Substrate * Fix * Remove Utility constraint in NonTransfer * Bump * Fixes * Allow limited utilities in proxy filters. * Fix * Add SudoBalances proxy restrictions
17 lines
365 B
TOML
17 lines
365 B
TOML
[package]
|
|
name = "test-parachain-halt"
|
|
version = "0.8.4"
|
|
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.6" }
|
|
|
|
[features]
|
|
default = [ "std" ]
|
|
std = []
|