mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
40 lines
895 B
TOML
40 lines
895 B
TOML
[package]
|
|
name = "reth-invalid-block-hooks"
|
|
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-engine-primitives.workspace = true
|
|
reth-evm.workspace = true
|
|
reth-primitives.workspace = true
|
|
reth-provider.workspace = true
|
|
reth-revm = { workspace = true, features = ["serde"] }
|
|
reth-rpc-api = { workspace = true, features = ["client"] }
|
|
reth-tracing.workspace = true
|
|
reth-trie.workspace = true
|
|
|
|
# alloy
|
|
alloy-primitives.workspace = true
|
|
alloy-rlp.workspace = true
|
|
alloy-rpc-types-debug.workspace = true
|
|
alloy-consensus.workspace = true
|
|
|
|
# async
|
|
futures.workspace = true
|
|
|
|
# misc
|
|
eyre.workspace = true
|
|
jsonrpsee.workspace = true
|
|
pretty_assertions = "1.4"
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|