lighthouse/account_manager/Cargo.toml

17 lines
402 B
TOML
Raw Normal View History

[package]
name = "account_manager"
version = "0.0.1"
authors = ["Luke Anderson <luke@sigmaprime.io>"]
edition = "2018"
[dependencies]
bls = { path = "../eth2/utils/bls" }
clap = "2.32.0"
slog = "^2.2.3"
slog-term = "^2.4.0"
slog-async = "^2.3.0"
validator_client = { path = "../validator_client" }
types = { path = "../eth2/types" }
2019-06-09 08:34:56 +00:00
eth2_config = { path = "../eth2/utils/eth2_config" }
2019-07-01 06:38:42 +00:00
dirs = "2.0.1"