Files
lighthouse/common/deposit_contract/Cargo.toml
Michael Sproul 0d54534eb4 Crate renames
2023-01-16 17:19:04 +11:00

20 lines
426 B
TOML

[package]
name = "deposit_contract"
version = "0.2.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2021"
build = "build.rs"
[build-dependencies]
reqwest = { version = "0.11.0", features = ["blocking", "json", "native-tls-vendored"] }
serde_json = "1.0.58"
sha2 = "0.10"
hex = "0.4.2"
[dependencies]
types = { path = "../../consensus/types"}
ethereum_ssz = "1.0.0-beta.2"
tree_hash = "0.4.1"
ethabi = "16.0.0"