mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 19:11:02 +00:00
Trying to get the tests back working
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
[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 = []
|
||||
Reference in New Issue
Block a user