mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-28 08:37:59 -05:00
40 lines
812 B
TOML
40 lines
812 B
TOML
[package]
|
|
name = "reth-node-events"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
# reth
|
|
reth-provider.workspace = true
|
|
reth-beacon-consensus.workspace = true
|
|
reth-network = { workspace = true, features = ["serde"] }
|
|
reth-network-api.workspace = true
|
|
reth-stages.workspace = true
|
|
reth-prune.workspace = true
|
|
reth-static-file.workspace = true
|
|
reth-primitives.workspace = true
|
|
reth-primitives-traits.workspace = true
|
|
|
|
# ethereum
|
|
alloy-primitives.workspace = true
|
|
alloy-rpc-types-engine.workspace = true
|
|
|
|
# async
|
|
tokio.workspace = true
|
|
|
|
# async
|
|
futures.workspace = true
|
|
|
|
tracing.workspace = true
|
|
|
|
# misc
|
|
pin-project.workspace = true
|
|
humantime.workspace = true
|