mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 11:41:51 +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
19 lines
468 B
TOML
19 lines
468 B
TOML
[package]
|
|
name = "eth2_interop_keypairs"
|
|
version = "0.2.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]
|
|
num-bigint = "0.4.2"
|
|
ethereum_hashing = { workspace = true }
|
|
hex = { workspace = true }
|
|
serde_yaml = { workspace = true }
|
|
serde = { workspace = true }
|
|
bls = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
base64 = "0.13.0"
|