mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
* Tracing executor and metrics rename * Appease clippy * Merge branch 'unstable' into modularise-task-executor
23 lines
634 B
TOML
23 lines
634 B
TOML
[package]
|
|
name = "warp_utils"
|
|
version = "0.1.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = { workspace = true }
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
warp = { workspace = true }
|
|
eth2 = { workspace = true }
|
|
types = { workspace = true }
|
|
beacon_chain = { workspace = true }
|
|
state_processing = { workspace = true }
|
|
safe_arith = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
tokio = { workspace = true }
|
|
headers = "0.3.2"
|
|
metrics = { workspace = true }
|
|
serde_array_query = "0.1.0"
|
|
bytes = { workspace = true }
|