mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +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
19 lines
561 B
TOML
19 lines
561 B
TOML
[package]
|
|
name = "node_test_rig"
|
|
version = "0.2.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = { workspace = true }
|
|
|
|
[dependencies]
|
|
beacon_node = { workspace = true }
|
|
beacon_node_fallback = { workspace = true }
|
|
environment = { workspace = true }
|
|
eth2 = { workspace = true }
|
|
execution_layer = { workspace = true }
|
|
sensitive_url = { workspace = true }
|
|
tempfile = { workspace = true }
|
|
tokio = { workspace = true }
|
|
types = { workspace = true }
|
|
validator_client = { workspace = true }
|
|
validator_dir = { workspace = true, features = ["insecure_keys"] }
|