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,6 +7,9 @@ version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
documentation = "https://docs.rs/test-teyrchain-undying"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -28,15 +31,15 @@ bizinikiwi-wasm-builder = { workspace = true, default-features = true }
[features]
default = ["std"]
std = [
"codec/std",
"log/std",
"pezkuwi-primitives/std",
"pezkuwi-teyrchain-primitives/std",
"pezsp-io/std",
"codec/std",
"log/std",
"pezkuwi-primitives/std",
"pezkuwi-teyrchain-primitives/std",
"pezsp-io/std",
]
runtime-benchmarks = [
"pezkuwi-primitives/runtime-benchmarks",
"pezkuwi-teyrchain-primitives/runtime-benchmarks",
"pezsp-io/runtime-benchmarks",
"bizinikiwi-wasm-builder/runtime-benchmarks",
"pezkuwi-primitives/runtime-benchmarks",
"pezkuwi-teyrchain-primitives/runtime-benchmarks",
"pezsp-io/runtime-benchmarks",
"bizinikiwi-wasm-builder/runtime-benchmarks",
]