mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-11 18:04:18 +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
30 lines
857 B
TOML
30 lines
857 B
TOML
[package]
|
|
name = "web3signer_tests"
|
|
version = "0.1.0"
|
|
edition = { workspace = true }
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
|
|
[dev-dependencies]
|
|
async-channel = { workspace = true }
|
|
eth2_keystore = { workspace = true }
|
|
types = { workspace = true }
|
|
tempfile = { workspace = true }
|
|
tokio = { workspace = true }
|
|
reqwest = { workspace = true }
|
|
url = { workspace = true }
|
|
validator_client = { workspace = true }
|
|
slot_clock = { workspace = true }
|
|
futures = { workspace = true }
|
|
task_executor = { workspace = true }
|
|
environment = { workspace = true }
|
|
account_utils = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_yaml = { workspace = true }
|
|
eth2_network_config = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
zip = { workspace = true }
|
|
parking_lot = { workspace = true }
|