feat(db): models crate (#10314)

Co-authored-by: Miguel Oliveira <migueloliveiradev@gmail.com>
This commit is contained in:
Alexey Shekhirin
2024-08-17 10:25:34 -07:00
committed by GitHub
parent b6edbe36dc
commit 6bf3ca320a
14 changed files with 220 additions and 133 deletions

View File

@ -14,11 +14,12 @@ workspace = true
[dependencies]
# reth
reth-codecs.workspace = true
reth-db-models.workspace = true
reth-primitives = { workspace = true, features = ["reth-codec"] }
reth-primitives-traits.workspace = true
reth-prune-types.workspace = true
reth-storage-errors.workspace = true
reth-stages-types.workspace = true
reth-storage-errors.workspace = true
reth-trie-common.workspace = true
# codecs