2019-02-14 01:09:18 +00:00
|
|
|
[package]
|
|
|
|
name = "bls"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2019-03-14 07:17:32 +00:00
|
|
|
bls-aggregates = { git = "https://github.com/sigp/signature-schemes", tag = "0.6.1" }
|
2019-02-14 01:09:18 +00:00
|
|
|
hashing = { path = "../hashing" }
|
|
|
|
hex = "0.3"
|
|
|
|
serde = "1.0"
|
2019-03-08 02:15:41 +00:00
|
|
|
serde_derive = "1.0"
|
2019-03-15 02:31:30 +00:00
|
|
|
serde_hex = { path = "../serde_hex" }
|
2019-02-14 01:09:18 +00:00
|
|
|
ssz = { path = "../ssz" }
|
2019-04-16 04:14:38 +00:00
|
|
|
tree_hash = { path = "../tree_hash" }
|