2025-04-09 09:07:39 +02:00
|
|
|
[package]
|
2025-04-09 13:06:47 +02:00
|
|
|
name = "evm-sequencer-node"
|
2025-04-09 09:07:39 +02:00
|
|
|
edition = { workspace = true }
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2025-04-10 09:08:02 +02:00
|
|
|
|
2025-04-14 18:55:31 +02:00
|
|
|
evm-processor = { workspace = true }
|
2025-04-10 09:08:02 +02:00
|
|
|
|
2025-04-09 16:22:26 +02:00
|
|
|
eyre = { workspace = true }
|
|
|
|
|
futures = { workspace = true }
|
2025-04-09 09:07:39 +02:00
|
|
|
reth = { workspace = true }
|
2025-04-09 16:22:26 +02:00
|
|
|
reth-ethereum = { workspace = true, features = ["full"] }
|
2025-04-10 09:08:02 +02:00
|
|
|
reth-ethereum-primitives = { workspace = true }
|
2025-04-09 16:22:26 +02:00
|
|
|
reth-tracing = { workspace = true }
|
2025-04-14 18:55:31 +02:00
|
|
|
url = { version = "2" }
|