chore: move primitives/trie to reth-trie-types (#8717)

This commit is contained in:
joshieDo
2024-06-10 17:00:14 +02:00
committed by GitHub
parent 76a1a3d005
commit b16a6ec029
59 changed files with 283 additions and 234 deletions

View File

@ -24,6 +24,7 @@ reth-libmdbx = { workspace = true, optional = true, features = [
reth-nippy-jar.workspace = true
reth-prune-types.workspace = true
reth-tracing.workspace = true
reth-trie-types.workspace = true
# codecs
serde = { workspace = true, default-features = false }