lighthouse/eth2/utils/bls/Cargo.toml
2019-01-22 16:16:02 +11:00

12 lines
265 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" }
hex = "0.3"
ssz = { path = "../ssz" }