Files
pezkuwi-sdk/pezkuwi/runtime/test-runtime/constants/Cargo.toml
T

27 lines
604 B
TOML

[package]
name = "test-runtime-constants"
publish = false
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
[lints]
workspace = true
[dependencies]
smallvec = { workspace = true, default-features = true }
frame-support = { workspace = true }
pezkuwi-primitives = { workspace = true }
sp-runtime = { workspace = true }
[features]
default = ["std"]
std = ["frame-support/std", "pezkuwi-primitives/std", "sp-runtime/std"]
runtime-benchmarks = [
"frame-support/runtime-benchmarks",
"pezkuwi-primitives/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
]