lighthouse/beacon_chain/utils/bls/Cargo.toml

11 lines
253 B
TOML
Raw Normal View History

2018-08-09 03:56:58 +00:00
[package]
name = "bls"
2018-08-09 03:56:58 +00:00
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
2018-08-09 03:56:58 +00:00
[dependencies]
bls-aggregates = { git = "https://github.com/sigp/signature-schemes" }
hashing = { path = "../hashing" }
ssz = { path = "../ssz" }