c1d2e35c9e
* Update discovery banning logic and tokio * Update to latest discovery * Shift to latest discovery * Fmt
15 lines
460 B
TOML
15 lines
460 B
TOML
[package]
|
|
name = "eth1_test_rig"
|
|
version = "0.2.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.7.1", features = ["time"] }
|
|
tokio-compat-02 = "0.2.0"
|
|
web3 = { version = "0.16.0", default-features = false, features = ["http-tls", "signing", "ws-tls-tokio"] }
|
|
futures = "0.3.7"
|
|
types = { path = "../../consensus/types"}
|
|
serde_json = "1.0.58"
|
|
deposit_contract = { path = "../../common/deposit_contract"}
|