-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
21 lines (17 loc) · 945 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[workspace]
members = ["verifier", "macro"]
resolver = "2"
[patch."https://github.com/0xpolygonzero/plonky2"]
# plonky2 = { path = "../plonky2/plonky2" }
# starky = { path = "../plonky2/starky" }
plonky2 = { git = "https://github.com/shuklaayush/plonky2", branch = "chore/visibility-public" }
starky = { git = "https://github.com/shuklaayush/plonky2", branch = "chore/visibility-public" }
[patch."https://github.com/mir-protocol/plonky2"]
# plonky2 = { path = "../plonky2/plonky2" }
plonky2 = { git = "https://github.com/shuklaayush/plonky2", branch = "chore/visibility-public" }
[patch."https://github.com/succinctlabs/succinctx"]
# plonky2x = { path = "../succinctx/plonky2x/core" }
plonky2x = { git = "https://github.com/shuklaayush/succinctx", branch = "chore/visibility-public" }
# [patch."https://github.com/axiom-crypto/halo2-lib"]
# halo2-base = { path = "../halo2-lib/halo2-base" }
# halo2-ecc = { path = "../halo2-lib/halo2-ecc" }