Skip to content

Commit

Permalink
update cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Oct 27, 2020
1 parent 0d01896 commit 1d3ad1a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[package]
name = "bellperson"
authors = ["Sean Bowe <[email protected]>"]
authors = [
"dignifiedquire <[email protected]>",
"Sean Bowe <[email protected]>",
]
description = "zk-SNARK library"
documentation = "https://docs.rs/bellperson"
homepage = "https://github.com/filecoin-project/bellman"
Expand All @@ -27,9 +30,13 @@ ahash = "0.4.5"
num_cpus = "1"
crossbeam-channel = "0.4.4"

blstrs = { git = "https://github.com/dignifiedquire/blstrs", optional = true }
# blst feature
blstrs = { version = "0.1.0", optional = true }

# pairing feature
paired = { version = "0.20.1", optional = true }

# gpu feature
ocl = { version = "0.19.4", package = "fil-ocl", optional = true }
ff-cl-gen = { version = "0.1.1", optional = true }
fs2 = { version = "0.4.3", optional = true }
Expand Down

0 comments on commit 1d3ad1a

Please sign in to comment.