35c914baa6
This reverts commitd7a3545be1
, reversing changes made to1da06c156c
.
13 lines
295 B
TOML
13 lines
295 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"
|
|
serde = "1.0"
|
|
ssz = { path = "../ssz" }
|