Files
pezkuwi-subxt/substrate/frame/contracts/fixtures/build/Cargo.toml
T
Alexander Theißen c1c0e62d33 contracts: Update to Polkavm 0.5 (#2945)
This will allow us to change to the target supporting atomics and makes
the linker file no longer necessary.
2024-01-17 11:39:33 +00: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.5.0'
[profile.release]
opt-level = 3
lto = true
codegen-units = 1