mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-01 18:44:58 -05:00
19 lines
420 B
TOML
19 lines
420 B
TOML
[package]
|
|
name = "reth-optimism-primitives"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
description = "OP primitive types"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
reth-primitives.workspace = true
|
|
reth-primitives-traits.workspace = true
|
|
alloy-primitives.workspace = true
|
|
alloy-consensus.workspace = true
|