snapshot before rebranding

This commit is contained in:
2025-12-14 07:37:21 +03:00
parent 5520d491a5
commit 09735eb97a
1752 changed files with 58116 additions and 15986 deletions
@@ -6,6 +6,9 @@ authors.workspace = true
edition.workspace = true
license.workspace = true
description = "Fixtures for testing contracts pallet."
documentation = "https://docs.rs/pezpallet-contracts-fixtures"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -24,6 +27,6 @@ twox-hash = { workspace = true, default-features = true }
[features]
runtime-benchmarks = [
"pezframe-system/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
@@ -4,6 +4,12 @@ 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.
@@ -6,6 +6,9 @@ authors.workspace = true
edition.workspace = true
license.workspace = true
description = "Common utilities for pezpallet-contracts-fixtures."
documentation = "https://docs.rs/pezpallet-contracts-fixtures-common"
repository = { workspace = true }
homepage = { workspace = true }
[dependencies]
uapi = { package = 'pezpallet-contracts-uapi', path = "../../../uapi", default-features = false }