mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 03:31:45 +00:00
12 lines
281 B
TOML
12 lines
281 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", tag = "v0.3.0" }
|
|
hashing = { path = "../hashing" }
|
|
hex = "0.3"
|
|
ssz = { path = "../ssz" }
|