Files
pezkuwi-sdk/bizinikiwi/pezframe/contracts/fixtures/build/Cargo.toml
T

25 lines
696 B
TOML

[package]
name = "contracts"
version = "0.6.3"
edition = "2021"
# Binary targets are injected dynamically by the build script.
description = "Pezkuwi SDK component: contracts"
documentation = "https://docs.rs/contracts"
repository = { workspace = true }
homepage = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
[[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