ca18d4390a
- Adds testing framework - Breaks out new `NetworkContext` object
21 lines
473 B
TOML
21 lines
473 B
TOML
[package]
|
|
name = "network"
|
|
version = "0.1.0"
|
|
authors = ["Age Manning <Age@AgeManning.com>"]
|
|
edition = "2018"
|
|
|
|
[dev-dependencies]
|
|
test_harness = { path = "../beacon_chain/test_harness" }
|
|
sloggers = "0.3.2"
|
|
|
|
[dependencies]
|
|
beacon_chain = { path = "../beacon_chain" }
|
|
libp2p = { path = "../libp2p" }
|
|
version = { path = "../version" }
|
|
types = { path = "../../eth2/types" }
|
|
slog = "2.4.1"
|
|
futures = "0.1.25"
|
|
error-chain = "0.12.0"
|
|
crossbeam-channel = "0.3.8"
|
|
tokio = "0.1.16"
|