mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-10 15:05:24 -05:00
12 lines
211 B
TOML
12 lines
211 B
TOML
[package]
|
|
name = "cli-extension-event-hooks"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
reth.workspace = true
|
|
clap.workspace = true
|
|
eyre.workspace = true
|