mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
#8224 Please list or describe the changes introduced by this PR. Co-Authored-By: Jimmy Chen <jchen.tc@gmail.com>
19 lines
465 B
TOML
19 lines
465 B
TOML
[package]
|
|
name = "builder_client"
|
|
version = "0.1.0"
|
|
edition = { workspace = true }
|
|
authors = ["Sean Anderson <sean@sigmaprime.io>"]
|
|
|
|
[dependencies]
|
|
eth2 = { workspace = true }
|
|
ethereum_ssz = { workspace = true }
|
|
lighthouse_version = { workspace = true }
|
|
reqwest = { workspace = true }
|
|
sensitive_url = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
mockito = { workspace = true }
|
|
tokio = { workspace = true }
|