Files
reth/crates/node/events/Cargo.toml
Matthias Seitz 6863cdb42b chore: introduce node dir (#7720)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-04-18 16:33:29 +00:00

36 lines
736 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-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-interfaces.workspace = true
reth-db.workspace = true
reth-primitives.workspace = true
# async
tokio.workspace = true
# async
futures.workspace = true
tracing.workspace = true
#misc
pin-project.workspace = true
humantime.workspace = true