Files
lighthouse/tests/eth1_test_rig/Cargo.toml
2020-04-28 18:26:17 +05:30

14 lines
371 B
TOML

[package]
name = "eth1_test_rig"
version = "0.2.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
web3 = "0.10.0"
tokio = { version = "0.2", features = ["time"] }
futures = { version = "0.3", features = ["compat"] }
types = { path = "../../eth2/types"}
serde_json = "1.0"
deposit_contract = { path = "../../eth2/utils/deposit_contract"}