mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 10:11:44 +00:00
* Replace `lazy_static` with `LazyLock`. * Merge branch 'unstable' into remove-lazy-static # Conflicts: # beacon_node/lighthouse_network/src/peer_manager/mod.rs * Lint fixes. * Merge branch 'unstable' into remove-lazy-static # Conflicts: # beacon_node/beacon_chain/src/metrics.rs * Moar lint fixes. * Update rust version to 1.80.0. * Merge branch 'unstable' into remove-lazy-static
31 lines
882 B
TOML
31 lines
882 B
TOML
[package]
|
|
name = "eth1"
|
|
version = "0.2.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
eth1_test_rig = { workspace = true }
|
|
serde_yaml = { workspace = true }
|
|
sloggers = { workspace = true }
|
|
environment = { workspace = true }
|
|
|
|
[dependencies]
|
|
execution_layer = { workspace = true }
|
|
futures = { workspace = true }
|
|
serde = { workspace = true }
|
|
types = { workspace = true }
|
|
merkle_proof = { workspace = true }
|
|
ethereum_ssz = { workspace = true }
|
|
ethereum_ssz_derive = { workspace = true }
|
|
tree_hash = { workspace = true }
|
|
parking_lot = { workspace = true }
|
|
slog = { workspace = true }
|
|
superstruct = { workspace = true }
|
|
tokio = { workspace = true }
|
|
state_processing = { workspace = true }
|
|
lighthouse_metrics = { workspace = true }
|
|
task_executor = { workspace = true }
|
|
eth2 = { workspace = true }
|
|
sensitive_url = { workspace = true }
|