Files
pezkuwi-subxt/substrate/frame/contracts/fixtures/build/Cargo.toml
T
PG Herveou 06fa111f58 Contracts: Bump polkavm (#2884)
bump polkavm-x deps to 0.4.0
2024-01-09 12:43:53 +01:00

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