mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-11 04:31:51 +00:00
18 lines
451 B
TOML
18 lines
451 B
TOML
[package]
|
|
name = "remote_beacon_node"
|
|
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]
|
|
reqwest = "0.9"
|
|
url = "1.2"
|
|
serde = "1.0"
|
|
futures = "0.1.25"
|
|
types = { path = "../../../eth2/types" }
|
|
rest_api = { path = "../../../beacon_node/rest_api" }
|
|
hex = "0.3"
|
|
eth2_ssz = { path = "../../../eth2/utils/ssz" }
|