docs: document crate features (#3269)

This commit is contained in:
Bjerg
2023-06-21 21:35:38 +02:00
committed by GitHub
parent 7042230102
commit 77167134d0
25 changed files with 110 additions and 14 deletions

View File

@ -47,7 +47,7 @@ proptest-derive = { version = "0.3", optional = true }
# reth libs with arbitrary
reth-primitives = { workspace = true, features = ["arbitrary"] }
reth-codecs = { path = "../codecs", features = ["arbitrary"] }
reth-interfaces = { workspace = true, features = ["bench"] }
reth-interfaces = { workspace = true }
tempfile = "3.3.0"
test-fuzz = "4"