mirror of
https://github.com/vacp2p/status-rln-prover.git
synced 2026-01-09 21:48:07 -05:00
* Update to zerokit v0.8.0 * Switch to OptimalMerkleTree implementation (was pmTree) * Update various crates
16 lines
217 B
TOML
16 lines
217 B
TOML
[workspace]
|
|
members = [
|
|
"prover",
|
|
"rln_proof"
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.dependencies]
|
|
ark-bn254 = { version = "0.5", features = ["std"] }
|
|
ark-serialize = "0.5"
|
|
ark-groth16 = "0.5"
|
|
# dev
|
|
criterion = "0.6"
|
|
|
|
|