bfc2cc5284
Replace all docs.rs documentation URLs with documentation.workspace = true to inherit from the workspace's docs.pezkuwichain.io URL.
25 lines
643 B
TOML
25 lines
643 B
TOML
[package]
|
|
name = "pez-slot-range-helper"
|
|
version = "7.0.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
description = "Helper crate for generating slot ranges for the Pezkuwi runtime."
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
documentation.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
codec = { features = ["derive"], workspace = true }
|
|
enumn = { workspace = true }
|
|
paste = { workspace = true, default-features = true }
|
|
pezsp-runtime = { workspace = true }
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = ["codec/std", "pezsp-runtime/std"]
|
|
runtime-benchmarks = ["pezsp-runtime/runtime-benchmarks"]
|