2020-07-22 09:34:55 +00:00
|
|
|
[package]
|
|
|
|
name = "account_utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
2023-09-22 04:30:56 +00:00
|
|
|
edition = { workspace = true }
|
2020-07-22 09:34:55 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-09-22 04:30:56 +00:00
|
|
|
rand = { workspace = true }
|
|
|
|
eth2_wallet = { workspace = true }
|
|
|
|
eth2_keystore = { workspace = true }
|
|
|
|
filesystem = { workspace = true }
|
|
|
|
zeroize = { workspace = true }
|
|
|
|
serde = { workspace = true }
|
|
|
|
serde_yaml = { workspace = true }
|
|
|
|
slog = { workspace = true }
|
|
|
|
types = { workspace = true }
|
|
|
|
validator_dir = { workspace = true }
|
|
|
|
regex = { workspace = true }
|
2020-10-05 08:22:19 +00:00
|
|
|
rpassword = "5.0.0"
|
2023-09-22 04:30:56 +00:00
|
|
|
directory = { workspace = true }
|