mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-12 09:55:43 +00:00
06fa111f58
bump polkavm-x deps to 0.4.0
19 lines
449 B
TOML
19 lines
449 B
TOML
[package]
|
|
name = "contracts"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# Binary targets are injected dynamically by the build script.
|
|
[[bin]]
|
|
|
|
# local path are injected dynamically by the build script.
|
|
[dependencies]
|
|
uapi = { package = 'pallet-contracts-uapi', path = "", default-features = false }
|
|
common = { package = 'pallet-contracts-fixtures-common', path = "" }
|
|
polkavm-derive = '0.4.0'
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
lto = true
|
|
codegen-units = 1
|