mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
* include apache licenced fastrlp as reth-rlp * fmt * Include LICENCE and README for reth-rlp
21 lines
435 B
TOML
21 lines
435 B
TOML
[workspace]
|
|
members = [
|
|
"bin/reth",
|
|
"crate-template",
|
|
"crates/common/rlp",
|
|
"crates/common/rlp-derive",
|
|
"crates/db",
|
|
"crates/executor",
|
|
"crates/interfaces",
|
|
"crates/net/p2p",
|
|
"crates/net/eth-wire",
|
|
"crates/net/rpc",
|
|
"crates/net/rpc-api",
|
|
"crates/net/rpc-types",
|
|
"crates/primitives",
|
|
"crates/stages",
|
|
"crates/transaction-pool",
|
|
"crates/db"
|
|
]
|
|
default-members = ["bin/reth"]
|