mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-31 01:58:17 -05:00
22 lines
465 B
TOML
22 lines
465 B
TOML
[package]
|
|
name = "example-beacon-api-sidecar-fetcher"
|
|
version = "0.1.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
reth.workspace = true
|
|
reth-node-ethereum.workspace = true
|
|
|
|
alloy-rpc-types-beacon.workspace = true
|
|
alloy-primitives.workspace = true
|
|
|
|
clap.workspace = true
|
|
eyre.workspace = true
|
|
futures-util.workspace = true
|
|
reqwest.workspace = true
|
|
serde_json.workspace = true
|
|
serde.workspace = true
|
|
thiserror.workspace = true
|