mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-28 00:28:20 -05:00
25 lines
585 B
TOML
25 lines
585 B
TOML
[package]
|
|
name = "reth-node-api"
|
|
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-evm.workspace = true
|
|
reth-provider.workspace = true
|
|
reth-engine-primitives.workspace = true
|
|
reth-transaction-pool.workspace = true
|
|
reth-payload-builder.workspace = true
|
|
reth-payload-primitives.workspace = true
|
|
reth-tasks.workspace = true
|
|
reth-rpc-eth-api.workspace = true
|
|
reth-network-api.workspace = true
|
|
reth-node-types.workspace = true
|