mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-24 03:11:06 +00:00
c1c0e62d33
This will allow us to change to the target supporting atomics and makes the linker file no longer necessary.
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.5.0'
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
lto = true
|
|
codegen-units = 1
|