mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
28 lines
620 B
TOML
28 lines
620 B
TOML
[package]
|
|
name = "reth-interfaces"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
reth-primitives.workspace = true
|
|
reth-fs-util.workspace = true
|
|
reth-network-api.workspace = true
|
|
reth-consensus.workspace = true
|
|
reth-storage-errors.workspace = true
|
|
reth-network-p2p.workspace = true
|
|
|
|
# misc
|
|
auto_impl.workspace = true
|
|
thiserror.workspace = true
|
|
|
|
|
|
[features]
|
|
test-utils = ["reth-consensus/test-utils", "reth-network-p2p/test-utils"]
|
|
clap = ["reth-storage-errors/clap"] |