mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-05 10:32:20 +00:00
16 lines
459 B
TOML
16 lines
459 B
TOML
|
[package]
|
||
|
name = "account_utils"
|
||
|
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
|
||
|
|
||
|
[dependencies]
|
||
|
rand = "0.7.2"
|
||
|
eth2_wallet = { path = "../../crypto/eth2_wallet" }
|
||
|
eth2_keystore = { path = "../../crypto/eth2_keystore" }
|
||
|
zeroize = { version = "1.0.0", features = ["zeroize_derive"] }
|
||
|
serde = "1.0.110"
|
||
|
serde_derive = "1.0.110"
|