mirror of
https://github.com/vacp2p/status-rln-prover.git
synced 2026-01-08 21:18:05 -05:00
* Move all code related to smart contracts into lib smart_contract * Can start the prover with mocked smart contract * Add KarmaTier integration * Filter & validate initial tier limits
20 lines
385 B
TOML
20 lines
385 B
TOML
[workspace]
|
|
members = [
|
|
"prover",
|
|
"rln_proof"
|
|
, "smart_contract"]
|
|
resolver = "2"
|
|
|
|
[workspace.dependencies]
|
|
ark-bn254 = { version = "0.5", features = ["std"] }
|
|
ark-serialize = "0.5"
|
|
ark-groth16 = "0.5"
|
|
url = "2.5.4"
|
|
alloy = { version = "1.0", features = ["getrandom", "sol-types", "contract", "provider-ws"] }
|
|
async-trait = "0.1"
|
|
derive_more = "2.0.1"
|
|
# dev
|
|
criterion = "0.6"
|
|
|
|
|