mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
* Enforce alphabetically ordered cargo deps * Fix test-suite * Another CI fix * Merge branch 'unstable' into cargo-sort * Fix conflicts * Merge remote-tracking branch 'origin/unstable' into cargo-sort
32 lines
902 B
TOML
32 lines
902 B
TOML
[package]
|
|
name = "eth1"
|
|
version = "0.2.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
environment = { workspace = true }
|
|
eth1_test_rig = { workspace = true }
|
|
serde_yaml = { workspace = true }
|
|
sloggers = { workspace = true }
|
|
|
|
[dependencies]
|
|
eth2 = { workspace = true }
|
|
ethereum_ssz = { workspace = true }
|
|
ethereum_ssz_derive = { workspace = true }
|
|
execution_layer = { workspace = true }
|
|
futures = { workspace = true }
|
|
logging = { workspace = true }
|
|
merkle_proof = { workspace = true }
|
|
metrics = { workspace = true }
|
|
parking_lot = { workspace = true }
|
|
sensitive_url = { workspace = true }
|
|
serde = { workspace = true }
|
|
slog = { workspace = true }
|
|
state_processing = { workspace = true }
|
|
superstruct = { workspace = true }
|
|
task_executor = { workspace = true }
|
|
tokio = { workspace = true }
|
|
tree_hash = { workspace = true }
|
|
types = { workspace = true }
|