mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-28 08:37:59 -05:00
29 lines
552 B
TOML
29 lines
552 B
TOML
[package]
|
|
name = "reth-consensus-common"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
# reth
|
|
reth-chainspec.workspace = true
|
|
reth-primitives.workspace = true
|
|
reth-consensus.workspace = true
|
|
|
|
# ethereum
|
|
alloy-primitives.workspace = true
|
|
revm-primitives.workspace = true
|
|
|
|
[dev-dependencies]
|
|
reth-storage-api.workspace = true
|
|
rand.workspace = true
|
|
mockall = "0.13"
|
|
|
|
alloy-consensus.workspace = true
|