@@ -8,9 +8,18 @@ members = [
88debug = false
99
1010[patch .crates-io ]
11- zcash_address = { git = " https://github.com/zcash/librustzcash" , rev = " 09567fc280463f5797a77f1d764205be8ad8e64a" }
12- zcash_primitives = { git = " https://github.com/zcash/librustzcash" , rev = " 09567fc280463f5797a77f1d764205be8ad8e64a" }
13- zcash_client_backend = { git = " https://github.com/zcash/librustzcash" , rev = " 09567fc280463f5797a77f1d764205be8ad8e64a" }
14- zcash_note_encryption = { git = " https://github.com/zcash/librustzcash" , rev = " 09567fc280463f5797a77f1d764205be8ad8e64a" }
15- zcash_encoding = { git = " https://github.com/zcash/librustzcash" , rev = " 09567fc280463f5797a77f1d764205be8ad8e64a" }
16- zcash_proofs = { git = " https://github.com/zcash/librustzcash" , rev = " 09567fc280463f5797a77f1d764205be8ad8e64a" }
11+ zcash_address = { git = " https://github.com/adityapk00/librustzcash" , rev = " adf49f8b848a5ac85e1476354614eeae9880206a" }
12+ zcash_primitives = { git = " https://github.com/adityapk00/librustzcash" , rev = " adf49f8b848a5ac85e1476354614eeae9880206a" }
13+ zcash_client_backend = { git = " https://github.com/adityapk00/librustzcash" , rev = " adf49f8b848a5ac85e1476354614eeae9880206a" }
14+ zcash_note_encryption = { git = " https://github.com/adityapk00/librustzcash" , rev = " adf49f8b848a5ac85e1476354614eeae9880206a" }
15+ zcash_encoding = { git = " https://github.com/adityapk00/librustzcash" , rev = " adf49f8b848a5ac85e1476354614eeae9880206a" }
16+ zcash_proofs = { git = " https://github.com/adityapk00/librustzcash" , rev = " adf49f8b848a5ac85e1476354614eeae9880206a" }
17+ orchard = { git = " https://github.com/adityapk00/orchard" , rev = " 0a960a380f4e9c3472c9260f3df61cd5e50d51b0" }
18+
19+ # zcash_address = { path = "../librustzcash/components/zcash_address/" }
20+ # zcash_primitives = { path = "../librustzcash/zcash_primitives/" }
21+ # zcash_client_backend = { path = "../librustzcash/zcash_client_backend" }
22+ # zcash_note_encryption = { path = "../librustzcash/components/zcash_note_encryption" }
23+ # zcash_encoding = { path = "../librustzcash/components/zcash_encoding/" }
24+ # zcash_proofs = { path = "../librustzcash/zcash_proofs/" }
25+ # orchard = { path = "../orchard/" }
0 commit comments