mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-13 05:45:50 +00:00
f82c297728
Follow up from #2347 this time to verify that fixtures build to RISC-V --------- Co-authored-by: alvicsam <alvicsam@gmail.com> Co-authored-by: Alexander Samusev <41779041+alvicsam@users.noreply.github.com> Co-authored-by: Alexander Theißen <alex.theissen@me.com>
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.2.0'
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
lto = true
|
|
codegen-units = 1
|