-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
20 lines (18 loc) · 1.43 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[workspace]
members = ["types","web3_decl", "cli", "transactions", "wallet", "bitcoin_client"]
resolver = "2"
[patch.crates-io]
base58check = { git = "https://github.com/rust-bitcoin/rust-bitcoin", branch = "bitvm"}
bitcoin = { git = "https://github.com/rust-bitcoin/rust-bitcoin", branch = "bitvm"}
bitcoin_hashes = { git = "https://github.com/rust-bitcoin/rust-bitcoin", branch = "bitvm"}
bitcoin-internals = { git = "https://github.com/rust-bitcoin/rust-bitcoin", branch = "bitvm"}
bitcoin-io = { git = "https://github.com/rust-bitcoin/rust-bitcoin", branch = "bitvm"}
bitcoin-units = { git = "https://github.com/rust-bitcoin/rust-bitcoin", branch = "bitvm"}
# ark-ff = { git = "https://github.com/zulu-network/arkworks-algebra.git", branch = "bitvm"}
# ark-ec = { git = "https://github.com/zulu-network/arkworks-algebra.git", branch = "bitvm"}
# ark-serialize = { git = "https://github.com/zulu-network/arkworks-algebra.git", branch = "bitvm"}
# ark-poly = { git = "https://github.com/zulu-network/arkworks-algebra.git", branch = "bitvm"}
# ark-ff = { git = "https://github.com/fiamma-chain/algebra", branch = "feat/poring_from_antalpha" }
# ark-ec = { git = "https://github.com/fiamma-chain/algebra", branch = "feat/poring_from_antalpha" }
# ark-serialize = { git = "https://github.com/fiamma-chain/algebra", branch = "feat/poring_from_antalpha" }
# ark-poly = { git = "https://github.com/fiamma-chain/algebra", branch = "feat/poring_from_antalpha" }