Files
pezkuwi-subxt/polkadot/runtime/common/slot_range_helper/Cargo.toml
T
alvicsam f441a5fc93 Diener workspacify
Signed-off-by: alvicsam <alvicsam@gmail.com>
2023-08-25 11:05:17 +02:00

22 lines
574 B
TOML

[package]
name = "slot-range-helper"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
paste = "1.0"
enumn = "0.1.8"
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] }
sp-std = { package = "sp-std", path = "../../../../substrate/primitives/std", default-features = false }
sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false }
[features]
default = ["std"]
std = [
"sp-std/std",
"parity-scale-codec/std",
"sp-runtime/std",
]