mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
30 lines
624 B
TOML
30 lines
624 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-primitives.workspace = true
|
|
reth-interfaces.workspace = true
|
|
reth-provider.workspace = true
|
|
|
|
# misc
|
|
cfg-if = "1.0.0"
|
|
|
|
[dev-dependencies]
|
|
reth-interfaces = { workspace = true, features = ["test-utils"] }
|
|
reth-provider = { workspace = true, features = ["test-utils"] }
|
|
assert_matches.workspace = true
|
|
mockall = "0.11.3"
|
|
|
|
[features]
|
|
optimism = ["reth-primitives/optimism"]
|