mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-03 05:33:07 +00:00
16 lines
377 B
TOML
16 lines
377 B
TOML
[package]
|
|
name = "evm-sequencer-node"
|
|
edition = { workspace = true }
|
|
|
|
[dependencies]
|
|
|
|
evm-processor = { workspace = true }
|
|
|
|
eyre = { workspace = true }
|
|
futures = { workspace = true }
|
|
reth = { workspace = true }
|
|
reth-ethereum = { workspace = true, features = ["full"] }
|
|
reth-ethereum-primitives = { workspace = true }
|
|
reth-tracing = { workspace = true }
|
|
url = { version = "2" }
|