e9a7316f1d
## Issue Addressed Closes #4185 ## Proposed Changes - Set user agent to `Lighthouse/vX.Y.Z-<commit hash>` by default - Allow tweaking user agent via `--builder-user-agent "agent"`
14 lines
434 B
TOML
14 lines
434 B
TOML
[package]
|
|
name = "builder_client"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Sean Anderson <sean@sigmaprime.io>"]
|
|
|
|
[dependencies]
|
|
reqwest = { version = "0.11.0", features = ["json","stream"] }
|
|
sensitive_url = { path = "../../common/sensitive_url" }
|
|
eth2 = { path = "../../common/eth2" }
|
|
serde = { version = "1.0.116", features = ["derive"] }
|
|
serde_json = "1.0.58"
|
|
lighthouse_version = { path = "../../common/lighthouse_version" }
|