lighthouse/common/remote_signer_consumer/Cargo.toml

16 lines
448 B
TOML
Raw Normal View History

[package]
name = "remote_signer_consumer"
version = "0.2.0"
authors = ["Herman Junge <herman@sigmaprime.io>"]
edition = "2018"
[dev-dependencies]
rand = "0.7.3"
remote_signer_test = { path = "../../testing/remote_signer_test" }
[dependencies]
reqwest = { version = "0.10.8", features = ["json"] }
serde = { version = "1.0.116", features = ["derive"] }
tokio = { version = "0.3.5", features = ["time"] }
types = { path = "../../consensus/types" }