mirror of
https://github.com/privacy-scaling-explorations/snark-verifier.git
synced 2026-01-09 14:27:54 -05:00
* feat: add snark-verifier-sdk * chore: remove config and add example dir * feat: add "derive_serde" feature to `snark-verifier` This way `Snark` can be derive `Serialize`d * fix: remove leftover artifacts * feat: add back feature `halo2_circuit_params` and fix clippy * fix: consider for all targets --------- Co-authored-by: Jonathan Wang <jonathanpwang@users.noreply.github.com> Co-authored-by: Han <tinghan0110@gmail.com>
6 lines
73 B
TOML
6 lines
73 B
TOML
[workspace]
|
|
members = [
|
|
"snark-verifier",
|
|
"snark-verifier-sdk"
|
|
]
|