mirror of
https://github.com/logos-blockchain/logos-blockchain-example-sovereign-rollup.git
synced 2026-01-02 13:13:11 +00:00
16 lines
537 B
TOML
16 lines
537 B
TOML
[package]
|
|
name = "evm-sequencer-node"
|
|
edition = { workspace = true }
|
|
|
|
[dependencies]
|
|
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" }
|
|
kzgrs-backend = { git = "https://github.com/logos-co/nomos", branch = "master" }
|
|
bincode = "1"
|
|
executor-http-client = { git = "https://github.com/logos-co/nomos", branch = "master" }
|
|
reqwest = "0.11" |