mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-05 04:25:03 -05:00
38 lines
871 B
TOML
38 lines
871 B
TOML
[package]
|
|
name = "reth-stateless"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
exclude.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
# alloy
|
|
alloy-primitives.workspace = true
|
|
alloy-rlp.workspace = true
|
|
alloy-trie.workspace = true
|
|
alloy-consensus.workspace = true
|
|
alloy-rpc-types-debug.workspace = true
|
|
|
|
# reth
|
|
reth-ethereum-consensus.workspace = true
|
|
reth-primitives-traits.workspace = true
|
|
reth-ethereum-primitives.workspace = true
|
|
reth-errors.workspace = true
|
|
reth-evm.workspace = true
|
|
reth-evm-ethereum.workspace = true
|
|
reth-revm.workspace = true
|
|
reth-trie-common.workspace = true
|
|
reth-trie-sparse.workspace = true
|
|
reth-chainspec.workspace = true
|
|
reth-consensus.workspace = true
|
|
|
|
# misc
|
|
thiserror.workspace = true
|
|
itertools.workspace = true
|