lighthouse/Cargo.toml

24 lines
529 B
TOML
Raw Normal View History

2018-07-06 07:54:07 +00:00
[package]
2018-07-20 07:44:54 +00:00
name = "lighthouse"
2018-07-06 07:54:07 +00:00
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
[dependencies]
ethereum-types = ""
2018-07-12 05:37:36 +00:00
rand = "0.3"
2018-07-11 04:16:31 +00:00
bytes = ""
2018-07-09 02:00:58 +00:00
blake2 = "^0.7.1"
2018-07-20 07:47:10 +00:00
slog = "^2.2.3"
slog-term = "^2.4.0"
slog-async = "^2.3.0"
2018-07-09 02:00:58 +00:00
crypto-mac = "^0.6.2"
2018-07-06 07:54:07 +00:00
bls = { git = "https://github.com/sigp/bls" }
rlp = { git = "https://github.com/paritytech/parity-common" }
2018-07-06 07:54:07 +00:00
[dependencies.pairing]
git = "https://github.com/mmaker/pairing"
branch = "feature/hashing"
[patch.crates-io]
ring = { git = "https://github.com/paritytech/ring" }