mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
43 lines
1.1 KiB
TOML
43 lines
1.1 KiB
TOML
[package]
|
|
name = "reth-exex-test-utils"
|
|
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-blockchain-tree.workspace = true
|
|
reth-config.workspace = true
|
|
reth-consensus = { workspace = true, features = ["test-utils"] }
|
|
reth-db = { workspace = true, features = ["test-utils"] }
|
|
reth-db-common.workspace = true
|
|
reth-evm = { workspace = true, features = ["test-utils"] }
|
|
reth-execution-types.workspace = true
|
|
reth-exex.workspace = true
|
|
reth-network.workspace = true
|
|
reth-node-api.workspace = true
|
|
reth-node-core.workspace = true
|
|
reth-node-builder.workspace = true
|
|
reth-node-ethereum.workspace = true
|
|
reth-payload-builder.workspace = true
|
|
reth-primitives.workspace = true
|
|
reth-provider.workspace = true
|
|
reth-tasks.workspace = true
|
|
reth-transaction-pool = { workspace = true, features = ["test-utils"] }
|
|
|
|
## async
|
|
futures-util.workspace = true
|
|
tokio.workspace = true
|
|
|
|
## misc
|
|
eyre.workspace = true
|
|
rand.workspace = true
|
|
thiserror.workspace = true
|