Files
nanoreth/crates/payload/util/Cargo.toml
2025-02-06 01:16:20 +00:00

21 lines
399 B
TOML

[package]
name = "reth-payload-util"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
description = "reth payload utilities"
[lints]
workspace = true
[dependencies]
# reth
reth-transaction-pool.workspace = true
# alloy
alloy-primitives.workspace = true
alloy-consensus.workspace = true