Update workspace and dependency paths

This commit is contained in:
Pratyush Mishra
2020-09-18 16:01:05 -07:00
parent d087166c51
commit cf4301cb75
5 changed files with 13 additions and 69 deletions

View File

@@ -22,7 +22,7 @@ edition = "2018"
################################# Dependencies ################################
[dev-dependencies]
algebra = { path = "../algebra", default-features = false, features = [ "ed_on_bls12_377" ] }
algebra = { git = "https://github.com/scipr-lab/zexe/", default-features = false, features = [ "ed_on_bls12_377" ] }
blake2 = { version = "0.8", default-features = false }
criterion = "0.3.1"
crypto-primitives = { path = "../crypto-primitives" }
@@ -49,4 +49,4 @@ harness = false
[[bench]]
name = "schnorr_sig"
path = "benches/crypto_primitives/signature.rs"
harness = false
harness = false