mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com> Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
35 lines
760 B
TOML
35 lines
760 B
TOML
[package]
|
|
name = "reth-node-ethereum"
|
|
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-primitives.workspace = true
|
|
reth-payload-builder.workspace = true
|
|
reth-basic-payload-builder.workspace = true
|
|
reth-ethereum-payload-builder.workspace = true
|
|
reth-rpc-types.workspace = true
|
|
reth-node-api.workspace = true
|
|
reth-node-builder.workspace = true
|
|
reth-tracing.workspace = true
|
|
reth-provider.workspace = true
|
|
reth-transaction-pool.workspace = true
|
|
reth-network.workspace = true
|
|
|
|
# misc
|
|
eyre.workspace = true
|
|
serde.workspace = true
|
|
|
|
[dev-dependencies]
|
|
reth-db.workspace = true
|
|
futures.workspace = true
|
|
|