b6493d5e24
## Description This PR adds a single, trivial commit (f5d2b27d78349d5a675a2615eba42cc9ae708094) atop #2986 to resolve a tests compile error. The original author (@ethDreamer) is AFK so I'm getting this one merged ☺️ Please see #2986 for more information about the other, significant changes in this PR. Co-authored-by: Mark Mackey <mark@sigmaprime.io> Co-authored-by: ethDreamer <37123614+ethDreamer@users.noreply.github.com>
20 lines
479 B
TOML
20 lines
479 B
TOML
[package]
|
|
name = "clap_utils"
|
|
version = "0.1.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
clap = "2.33.3"
|
|
hex = "0.4.2"
|
|
dirs = "3.0.1"
|
|
eth2_network_config = { path = "../eth2_network_config" }
|
|
eth2_ssz = "0.4.1"
|
|
ethereum-types = "0.12.1"
|
|
serde = "1.0.116"
|
|
serde_json = "1.0.59"
|
|
serde_yaml = "0.8.13"
|
|
types = { path = "../../consensus/types"}
|