Files
lighthouse/testing/validator_test_rig/Cargo.toml
Mac L 945f6637c5 Remove reqwest re-exports from eth2 (#8829)
Remove `reqwest` from being re-exported within `eth2`


Co-Authored-By: Mac L <mjladson@pm.me>
2026-02-16 16:05:54 +00:00

15 lines
353 B
TOML

[package]
name = "validator_test_rig"
version = "0.1.0"
edition = { workspace = true }
[dependencies]
eth2 = { workspace = true }
mockito = { workspace = true }
regex = { workspace = true }
reqwest = { workspace = true }
sensitive_url = { workspace = true }
serde_json = { workspace = true }
tracing = { workspace = true }
types = { workspace = true }