mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-11 18:04:18 +00:00
18 lines
329 B
TOML
18 lines
329 B
TOML
[package]
|
|
name = "deposit_contract"
|
|
version = "0.1.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = "2018"
|
|
|
|
build = "build.rs"
|
|
|
|
[build-dependencies]
|
|
reqwest = "0.9.20"
|
|
serde_json = "1.0"
|
|
|
|
[dependencies]
|
|
types = { path = "../../types"}
|
|
eth2_ssz = { path = "../ssz"}
|
|
tree_hash = { path = "../tree_hash"}
|
|
ethabi = "9.0"
|