mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-31 12:31:22 +00:00
Add ff and group crates to Cargo workspace
This commit is contained in:
@@ -14,7 +14,7 @@ repository = "https://github.com/zcash-hackworks/zip32"
|
||||
[dependencies]
|
||||
aes = "0.2"
|
||||
byteorder = "1"
|
||||
ff = "0.4"
|
||||
ff = { path = "../ff" }
|
||||
fpe = "0.1"
|
||||
lazy_static = "1.0"
|
||||
pairing = { path = "../pairing" }
|
||||
|
Reference in New Issue
Block a user