dd6d48f528
- contracts/fixtures: workspace inheritance kaldırıldı (temp dir sorunu) - revive/fixtures: panic_immediate_abort yeni syntax güncellendi - asset-hub-zagros: pezpezsnowbridge double prefix düzeltildi - bridge-hub-*/weights: snowbridge_pezpallet → pezsnowbridge_pezpallet rename - umbrella: pezframe_benchmarking_pezpallet_pov import düzeltildi - REBRAND_PROGRESS.md: gerçek durum güncellendi (75/76 tamamlandı)
26 lines
814 B
TOML
26 lines
814 B
TOML
[package]
|
|
name = "contracts"
|
|
version = "0.6.3"
|
|
edition = "2021"
|
|
|
|
# Binary targets are injected dynamically by the build script.
|
|
# Note: workspace = true fields removed because this is compiled in a temp directory
|
|
description = "Pezkuwi SDK component: contracts"
|
|
documentation = "https://docs.rs/contracts"
|
|
repository = "https://github.com/pezkuwichain/pezkuwi-sdk"
|
|
homepage = "https://pezkuwi.io"
|
|
authors = ["Pezkuwi Chain <admin@pezkuwi.io>"]
|
|
license = "Apache-2.0"
|
|
[[bin]]
|
|
|
|
# All paths or versions are injected dynamically by the build script.
|
|
[dependencies]
|
|
common = { package = 'pezpallet-contracts-fixtures-common', path = "" }
|
|
polkavm-derive = { version = "" }
|
|
uapi = { package = 'pezpallet-contracts-uapi', path = "", default-features = false }
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
lto = true
|
|
codegen-units = 1
|