mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
28 lines
827 B
TOML
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" }
|