Skip to content

Commit

Permalink
tidied cargo toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
idky137 committed Oct 3, 2024
1 parent 0c649c8 commit 68cc4ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions zaino-serve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ nym_poc = ["zingo-netutils", "zcash_client_backend"]
[dependencies]
# Zinglib and LibRustZcash:
#
# Only used in original nym_poc code, to be removed with creation of nym enhanced zingolib build.
#
# Not to be used in production code as zingo-rpc will become a dep of zingolib and zingo-indexer now builds its onw CompactTxStreamer.
zingo-netutils = { git = "https://github.com/idky137/zingolib.git", branch = "update_dep_for_zaino", optional = true }
# *Only used in original nym_poc code, to be removed with creation of nym enhanced zingolib build.
# *Not to be used in production code.
# zingo-netutils = { git = "https://github.com/zingolabs/zingolib.git", tag = "zaino_dep_001", optional = true }
zcash_client_backend = { git = "https://github.com/zingolabs/librustzcash.git", tag = "zcash_client_sqlite-0.11.2_plus_zingolabs_changes-1-g7ad60b5d5-2-g121371a08", features = ["lightwalletd-tonic"], optional = true }
# zcash_client_backend = { git = "https://github.com/zingolabs/librustzcash.git", tag = "zcash_client_sqlite-0.11.2_plus_zingolabs_changes-1-g7ad60b5d5-2-g121371a08", features = ["lightwalletd-tonic"], optional = true }
zingo-netutils = { git = "https://github.com/idky137/zingolib.git", branch = "update_dep_for_zaino", optional = true }
zcash_client_backend = { git = "https://github.com/idky137/librustzcash.git", branch = "zaino_dep_fix", features = ["lightwalletd-tonic"], optional = true }

zaino-proto = { path = "../zaino-proto" }
zaino-fetch = { path = "../zaino-fetch" }
Expand Down
2 changes: 1 addition & 1 deletion zaino-testutils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ zaino-fetch = { path = "../zaino-fetch" }
zainod = { path = "../zainod" }

# ZingoLib
zingolib = { git = "https://github.com/idky137/zingolib.git", branch = "update_dep_for_zaino" }
# zingolib = { git = "https://github.com/zingolabs/zingolib.git", tag = "zaino_dep_001" }
zingolib = { git = "https://github.com/idky137/zingolib.git", branch = "update_dep_for_zaino" }

# Miscellaneous Workspace
tokio = { workspace = true }
Expand Down

0 comments on commit 68cc4ba

Please sign in to comment.