mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 21:37:56 +00:00
851c7f42df
* Fixes for staging testnet * Fix codec versioning * Comment unneeded trace * Update lib.rs * Update parity-codec * Add script to update wasm deps and update them. * Update hashes * Add BBQ Birch testnet * it's default-features, apparently. * Use simpler version spec for parity codec * Typo
20 lines
462 B
TOML
20 lines
462 B
TOML
[package]
|
|
name = "runtime-test"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
sr-io = { path = "../../sr-io", version = "0.1", default-features = false }
|
|
sr-sandbox = { path = "../../sr-sandbox", version = "0.1", default-features = false }
|
|
substrate-primitives = { path = "../../primitives", default-features = false }
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
lto = true
|
|
|
|
[workspace]
|
|
members = []
|