mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
24 lines
592 B
TOML
24 lines
592 B
TOML
[package]
|
|
name = "exex-op-bridge"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
reth.workspace = true
|
|
reth-exex.workspace = true
|
|
reth-node-api.workspace = true
|
|
reth-node-core.workspace = true
|
|
reth-node-ethereum.workspace = true
|
|
reth-primitives.workspace = true
|
|
reth-provider.workspace = true
|
|
reth-tracing.workspace = true
|
|
|
|
eyre.workspace = true
|
|
tokio.workspace = true
|
|
futures.workspace = true
|
|
alloy-sol-types = { workspace = true, features = ["json"] }
|
|
itertools.workspace = true
|
|
rusqlite = { version = "0.31.0", features = ["bundled"] }
|