zcashd/.cargo/config.offline

36 lines
1.3 KiB
Plaintext
Raw Normal View History

[source.crates-io]
replace-with = "vendored-sources"
[source."https://github.com/ZcashFoundation/ed25519-zebra.git"]
git = "https://github.com/ZcashFoundation/ed25519-zebra.git"
rev = "d3512400227a362d08367088ffaa9bd4142a69c7"
replace-with = "vendored-sources"
[source."https://github.com/str4d/redjubjub.git"]
git = "https://github.com/str4d/redjubjub.git"
rev = "416a6a8ebf8bd42c114c938883016c04f338de72"
replace-with = "vendored-sources"
[source."https://github.com/zcash/halo2.git"]
git = "https://github.com/zcash/halo2.git"
rev = "a7cd600eb60b1528159b92af5e426adcc615de1a"
replace-with = "vendored-sources"
[source."https://github.com/zcash/incrementalmerkletree"]
git = "https://github.com/zcash/incrementalmerkletree"
rev = "b7bd6246122a6e9ace8edb51553fbf5228906cbb"
replace-with = "vendored-sources"
[source."https://github.com/zcash/librustzcash.git"]
git = "https://github.com/zcash/librustzcash.git"
rev = "bfd083b339e0a21e9663d8c269f79fcc57eb742d"
replace-with = "vendored-sources"
[source."https://github.com/zcash/orchard.git"]
git = "https://github.com/zcash/orchard.git"
rev = "8779ce8f1a638ebbc9b229d4eff3a29ef4de7ac0"
replace-with = "vendored-sources"
[source.vendored-sources]
# The directory for this source is set to RUST_VENDORED_SOURCES by src/Makefile.am