lighthouse/tests/eth1_test_rig/Cargo.toml
Age Manning 5a765396b7 Implements a timeout for peer banning (#665)
* Adds peer ban timeout of 30 seconds

* Remove delay queue from discovery
2019-12-06 14:13:43 +11:00

14 lines
304 B
TOML

[package]
name = "eth1_test_rig"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
web3 = "0.8.0"
tokio = "0.1.22"
futures = "0.1.25"
types = { path = "../../eth2/types"}
serde_json = "1.0"
deposit_contract = { path = "../../eth2/utils/deposit_contract"}