mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-11 07:25:09 -05:00
23 lines
439 B
TOML
23 lines
439 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
|
|
|
|
[dev-dependencies]
|
|
reth-storage-api.workspace = true
|
|
rand.workspace = true
|
|
mockall = "0.12"
|