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
@@ -7,40 +7,41 @@ authors.workspace = true
homepage.workspace = true
repository.workspace = true
edition.workspace = true
documentation = "https://docs.rs/revive-dev-runtime"
[dependencies]
array-bytes = { workspace = true }
codec = { workspace = true }
pezkuwi-sdk = { workspace = true, features = [
"pezpallet-balances",
"pezpallet-revive",
"pezpallet-sudo",
"pezpallet-timestamp",
"pezpallet-transaction-payment",
"pezpallet-transaction-payment-rpc-runtime-api",
"pezkuwi-runtime-common",
"runtime",
"teyrchains-common",
"with-tracing",
"pezpallet-balances",
"pezpallet-revive",
"pezpallet-sudo",
"pezpallet-timestamp",
"pezpallet-transaction-payment",
"pezpallet-transaction-payment-rpc-runtime-api",
"pezkuwi-runtime-common",
"runtime",
"teyrchains-common",
"with-tracing",
] }
scale-info = { workspace = true }
serde_json = { workspace = true, default-features = false, features = [
"alloc",
"alloc",
] }
pezsp-debug-derive = { workspace = true, features = ["force-debug"] }
[build-dependencies]
pezkuwi-sdk = { optional = true, workspace = true, features = [
"bizinikiwi-wasm-builder",
"bizinikiwi-wasm-builder",
] }
[features]
default = ["std"]
std = [
"codec/std",
"pezkuwi-sdk/std",
"scale-info/std",
"serde_json/std",
"pezsp-debug-derive/std",
"codec/std",
"pezkuwi-sdk/std",
"scale-info/std",
"serde_json/std",
"pezsp-debug-derive/std",
]
runtime-benchmarks = ["pezkuwi-sdk/runtime-benchmarks"]