mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-08 23:08:19 -05:00
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
17 lines
341 B
TOML
17 lines
341 B
TOML
[package]
|
|
name = "ef-test-runner"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
exclude.workspace = true
|
|
|
|
[dependencies]
|
|
clap = { workspace = true, features = ["derive"] }
|
|
ef-tests.path = "../ef-tests"
|
|
|
|
[lints]
|
|
workspace = true
|