Skip to content

Commit

Permalink
match spend_kit_2.3 Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zancas committed Apr 8, 2024
1 parent cfaf350 commit 475fac1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,19 @@ members = [
resolver = "2"

[workspace.dependencies]
clap = "4.4"
sapling-crypto = "0.1.2"
zcash_address = { git = "https://github.com/zingolabs/librustzcash.git", tag = "zcash_client_backend-0.12.1-4-gb1e70fdb_simplified_external_change_address" } # git tag -s $(git describe --dirty)
zcash_client_backend = { git = "https://github.com/zingolabs/librustzcash.git", tag = "zcash_client_backend-0.12.1-4-gb1e70fdb_simplified_external_change_address", features = ["lightwalletd-tonic"] }
zcash_client_backend = { git = "https://github.com/zingolabs/librustzcash.git", tag = "zcash_client_backend-0.12.1-4-gb1e70fdb_simplified_external_change_address", features = ["lightwalletd-tonic", "orchard"] }
zcash_encoding = { git = "https://github.com/zingolabs/librustzcash.git", tag = "zcash_client_backend-0.12.1-4-gb1e70fdb_simplified_external_change_address" }
zcash_keys = { git = "https://github.com/zingolabs/librustzcash.git", tag = "zcash_client_backend-0.12.1-4-gb1e70fdb_simplified_external_change_address", features = ["orchard"] }
zcash_note_encryption = "0.4"
zcash_primitives = { git = "https://github.com/zingolabs/librustzcash.git", tag = "zcash_client_backend-0.12.1-4-gb1e70fdb_simplified_external_change_address" }
zcash_proofs = { git = "https://github.com/zingolabs/librustzcash.git", tag = "zcash_client_backend-0.12.1-4-gb1e70fdb_simplified_external_change_address" }
zcash_protocol = { git = "https://github.com/zingolabs/librustzcash.git", tag = "zcash_client_backend-0.12.1-4-gb1e70fdb_simplified_external_change_address" }
sapling-crypto = "0.1.2"
orchard = "0.8"
zip32 = "0.1"

clap = "4.4"
tonic-build = "0.10"
tempdir = "0.3"
portpicker = "0.1"
Expand Down

0 comments on commit 475fac1

Please sign in to comment.