finally make feature to represent runtime

Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
This commit is contained in:
Uncle Stinky 2026-09-02 03:04:38 +03:00
parent 20c8b9f1b2
commit 80f58e6b11
Signed by: st1nky
GPG Key ID: 016064BD97603B40

View File

@ -106,7 +106,7 @@ tempfile = { workspace = true }
[features] [features]
default = ["db", "full-node"] default = ["db", "full-node"]
db = ["sc-service/rocksdb"] db = ["sc-service/rocksdb"]
full-node = ["kvdb-rocksdb", "parity-db"] full-node = ["kvdb-rocksdb", "parity-db", "casper-native"]
runtime-benchmarks = [ runtime-benchmarks = [
"frame-benchmarking-cli/runtime-benchmarks", "frame-benchmarking-cli/runtime-benchmarks",
"frame-benchmarking/runtime-benchmarks", "frame-benchmarking/runtime-benchmarks",