lighthouse-pulse/Cargo.toml

21 lines
471 B
TOML
Raw Normal View History

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