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
+11 -10
View File
@@ -7,6 +7,7 @@ license.workspace = true
version = "6.0.0"
homepage.workspace = true
repository.workspace = true
documentation = "https://docs.rs/pezkuwi-teyrchain-primitives"
[lints]
workspace = true
@@ -32,16 +33,16 @@ serde = { features = ["alloc", "derive"], workspace = true }
default = ["std"]
wasm-api = []
std = [
"bounded-collections/std",
"codec/std",
"pezkuwi-core-primitives/std",
"scale-info/std",
"serde/std",
"pezsp-core/std",
"pezsp-runtime/std",
"pezsp-weights/std",
"bounded-collections/std",
"codec/std",
"pezkuwi-core-primitives/std",
"scale-info/std",
"serde/std",
"pezsp-core/std",
"pezsp-runtime/std",
"pezsp-weights/std",
]
runtime-benchmarks = [
"pezkuwi-core-primitives/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"pezkuwi-core-primitives/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]