mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
29 lines
684 B
TOML
29 lines
684 B
TOML
[package]
|
|
name = "example-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-ethereum.workspace = true
|
|
reth-primitives.workspace = true
|
|
reth-provider.workspace = true
|
|
reth-tracing.workspace = true
|
|
|
|
eyre.workspace = true
|
|
futures.workspace = true
|
|
alloy-sol-types = { workspace = true, features = ["json"] }
|
|
rusqlite = { version = "0.31.0", features = ["bundled"] }
|
|
|
|
[dev-dependencies]
|
|
reth-exex-test-utils.workspace = true
|
|
reth-testing-utils.workspace = true
|
|
|
|
tokio.workspace = true
|
|
rand.workspace = true
|
|
tempfile.workspace = true
|