mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
#6746 Add a --presign flag to emit the json output to stdout instead of publishing the exit
35 lines
993 B
TOML
35 lines
993 B
TOML
[package]
|
|
name = "account_manager"
|
|
version = "0.3.5"
|
|
authors = [
|
|
"Paul Hauner <paul@paulhauner.com>",
|
|
"Luke Anderson <luke@sigmaprime.io>",
|
|
]
|
|
edition = { workspace = true }
|
|
|
|
[dependencies]
|
|
account_utils = { workspace = true }
|
|
bls = { workspace = true }
|
|
clap = { workspace = true }
|
|
clap_utils = { workspace = true }
|
|
directory = { workspace = true }
|
|
environment = { workspace = true }
|
|
eth2 = { workspace = true }
|
|
eth2_keystore = { workspace = true }
|
|
eth2_network_config = { workspace = true }
|
|
eth2_wallet = { workspace = true }
|
|
eth2_wallet_manager = { path = "../common/eth2_wallet_manager" }
|
|
filesystem = { workspace = true }
|
|
safe_arith = { workspace = true }
|
|
sensitive_url = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
slashing_protection = { workspace = true }
|
|
slot_clock = { workspace = true }
|
|
tokio = { workspace = true }
|
|
types = { workspace = true }
|
|
validator_dir = { workspace = true }
|
|
zeroize = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
tempfile = { workspace = true }
|