10 lines
236 B
TOML
10 lines
236 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" }
|
|
ssz = { path = "../ssz" }
|