mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 19:38:02 +00:00
24 lines
414 B
TOML
24 lines
414 B
TOML
[package]
|
|
name = "cumulus-test-runtime-wasm"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "cumulus_test_runtime"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
cumulus-test-runtime = { path = "..", default-features = false }
|
|
|
|
[features]
|
|
default = ["wasm"]
|
|
wasm = ["cumulus-test-runtime/wasm"]
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
lto = true
|
|
|
|
[workspace]
|
|
members = []
|