mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-06 19:12:20 +00:00
9 lines
210 B
TOML
9 lines
210 B
TOML
[package]
|
|
name = "bls"
|
|
version = "0.1.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
|
|
[dependencies]
|
|
bls-aggregates = { git = "https://github.com/sigp/signature-schemes" }
|
|
hashing = { path = "../hashing" }
|