lighthouse/beacon_chain/utils/bls/Cargo.toml
2018-12-19 16:38:59 +01:00

10 lines
227 B
TOML

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