mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-02 21:23:08 +00:00
12 lines
353 B
TOML
12 lines
353 B
TOML
[package]
|
|
name = "evm-processor"
|
|
edition = { workspace = true }
|
|
|
|
[dependencies]
|
|
reth-ethereum = { workspace = true }
|
|
executor-http-client = { git = "https://github.com/logos-co/nomos", branch = "master" }
|
|
reqwest = "0.11"
|
|
kzgrs-backend = { git = "https://github.com/logos-co/nomos", branch = "master" }
|
|
bincode = "1"
|
|
reth-tracing = { workspace = true }
|