Files
reth/crates/node-api/Cargo.toml

19 lines
363 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-db.workspace = true
reth-engine-primitives.workspace = true