Files
lighthouse/tests/eth1_test_rig/Cargo.toml
2020-05-06 21:23:50 +10:00

14 lines
379 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.20", features = ["time"] }
futures = { version = "0.3.4", features = ["compat"] }
types = { path = "../../eth2/types"}
serde_json = "1.0.52"
deposit_contract = { path = "../../eth2/utils/deposit_contract"}