24 lines
529 B
TOML
24 lines
529 B
TOML
[package]
|
|
name = "lighthouse"
|
|
version = "0.1.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
|
|
[dependencies]
|
|
ethereum-types = ""
|
|
rand = "0.3"
|
|
bytes = ""
|
|
blake2 = "^0.7.1"
|
|
slog = "^2.2.3"
|
|
slog-term = "^2.4.0"
|
|
slog-async = "^2.3.0"
|
|
crypto-mac = "^0.6.2"
|
|
bls = { git = "https://github.com/sigp/bls" }
|
|
rlp = { git = "https://github.com/paritytech/parity-common" }
|
|
|
|
[dependencies.pairing]
|
|
git = "https://github.com/mmaker/pairing"
|
|
branch = "feature/hashing"
|
|
|
|
[patch.crates-io]
|
|
ring = { git = "https://github.com/paritytech/ring" }
|