mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
27 lines
492 B
TOML
27 lines
492 B
TOML
[package]
|
|
name = "reth-optimism-storage"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
reth-primitives.workspace = true
|
|
|
|
[dev-dependencies]
|
|
reth-codecs.workspace = true
|
|
reth-db-api.workspace = true
|
|
reth-prune-types.workspace = true
|
|
reth-stages-types.workspace = true
|
|
|
|
[features]
|
|
optimism = [
|
|
"reth-codecs/op",
|
|
"reth-db-api/optimism"
|
|
]
|