mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
21 lines
431 B
TOML
21 lines
431 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
|
|
|
|
clap.workspace = true
|
|
eyre.workspace = true
|
|
futures-util.workspace = true
|
|
reqwest.workspace = true
|
|
serde_json.workspace = true
|
|
serde.workspace = true
|
|
thiserror.workspace = true
|