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 -1
View File
@@ -23,7 +23,12 @@ pezsp-externalities = { workspace = true }
[features]
default = ["std"]
std = ["codec/std", "dep:parking_lot", "pezsp-core/std", "pezsp-externalities/std"]
std = [
"codec/std",
"dep:parking_lot",
"pezsp-core/std",
"pezsp-externalities/std",
]
# This feature adds BLS crypto primitives.
# It should not be used in production since the implementation and interface may still