mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-09 12:31:23 +00:00
10 lines
227 B
TOML
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" }
|