Add missing features (#10)

This commit is contained in:
Przemek Rzad
2024-08-08 18:40:14 +02:00
committed by GitHub
parent 1c62506267
commit af8901fed9
2 changed files with 12 additions and 1 deletions
+4 -1
View File
@@ -85,7 +85,10 @@ substrate-build-script-utils.workspace = true
substrate-build-script-utils.default-features = true
[features]
default = []
default = ["std"]
std = [
"solochain-template-runtime/std",
]
# Dependencies that are only required if runtime benchmarking should be build.
runtime-benchmarks = [
"frame-benchmarking-cli/runtime-benchmarks",