mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 16:57:58 +00:00
19 lines
469 B
TOML
19 lines
469 B
TOML
[package]
|
|
name = "contracts"
|
|
version = "0.6.3"
|
|
edition = "2021"
|
|
|
|
# Binary targets are injected dynamically by the build script.
|
|
[[bin]]
|
|
|
|
# All paths or versions 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 = { version = "" }
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
lto = true
|
|
codegen-units = 1
|