Files
reth/crates/storage/storage-api/Cargo.toml
Alexey Shekhirin 6bf3ca320a feat(db): models crate (#10314)
Co-authored-by: Miguel Oliveira <migueloliveiradev@gmail.com>
2024-08-17 17:25:34 +00:00

28 lines
618 B
TOML

[package]
name = "reth-storage-api"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
description = "Reth storage provider traits and types"
[lints]
workspace = true
[dependencies]
# reth
reth-chainspec.workspace = true
reth-db-models.workspace = true
reth-execution-types.workspace = true
reth-primitives.workspace = true
reth-prune-types.workspace = true
reth-stages-types.workspace = true
reth-storage-errors.workspace = true
reth-trie.workspace = true
revm.workspace = true
auto_impl.workspace = true