mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 15:11:02 +00:00
977b349ca0
* Fix build of test-chains. * Add test-chains into build and publish scripts
26 lines
485 B
TOML
26 lines
485 B
TOML
[package]
|
|
name = "basic_add"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Test parachain which adds to a number as its state transition"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
polkadot-parachain = { path = "../../", default-features = false }
|
|
wee_alloc = "0.4.0"
|
|
tiny-keccak = "1.4"
|
|
pwasm-libc = "0.2"
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = ["polkadot-parachain/std"]
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
lto = true
|
|
|
|
[workspace]
|
|
members = []
|