halo2/Cargo.toml

11 lines
160 B
TOML

[workspace]
members = [
"halo2",
"halo2_proofs",
"halo2_proofs_rm", # TODO: Remove
"frontend",
"middleware",
"backend",
"common",
]