Files
reth/crates/node-api/Cargo.toml
2024-04-02 14:57:05 +00:00

24 lines
446 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-primitives.workspace = true
reth-rpc-types.workspace = true
reth-evm.workspace = true
reth-provider.workspace = true
reth-db.workspace = true
# misc
serde.workspace = true
thiserror.workspace = true