mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-11 18:04:18 +00:00
16 lines
331 B
TOML
16 lines
331 B
TOML
[package]
|
|
name = "eth2_testnet"
|
|
version = "0.1.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dev-dependencies]
|
|
tempdir = "0.3"
|
|
|
|
[dependencies]
|
|
serde = "1.0"
|
|
serde_json = "^1.0"
|
|
types = { path = "../../types"}
|