Files
powdr/Cargo.toml
2023-07-03 15:21:09 +02:00

28 lines
827 B
TOML

[workspace]
members = [
"number",
"parser",
"powdr_cli",
"executor",
"riscv",
"parser_util",
"pil_analyzer",
"compiler",
"asm_to_pil",
"halo2",
"backend",
"ast",
"analysis",
]
[patch."https://github.com/privacy-scaling-explorations/halo2.git"]
# TODO change back to this once the PR is merged
#halo2_proofs = { git = "https://github.com/appliedzkp/halo2.git", rev = "d3746109d7d38be53afc8ddae8fdfaf1f02ad1d7" }
halo2_proofs = { git = "https://github.com/powdr-org/halo2", branch = "kilic/shuffle" }
[patch.crates-io]
# TODO change back to this once the PR is merged
#halo2_proofs = { git = "https://github.com/appliedzkp/halo2.git", rev = "d3746109d7d38be53afc8ddae8fdfaf1f02ad1d7" }
halo2_proofs = { git = "https://github.com/powdr-org/halo2", branch = "kilic/shuffle" }