mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-30 20:11:23 +00:00
Add ff and group crates to Cargo workspace
This commit is contained in:
@@ -7,7 +7,7 @@ authors = [
|
||||
|
||||
[dependencies]
|
||||
byteorder = "1"
|
||||
ff = "0.4"
|
||||
ff = { path = "../ff" }
|
||||
lazy_static = "1"
|
||||
pairing = { path = "../pairing" }
|
||||
rand = "0.4"
|
||||
|
Reference in New Issue
Block a user