Files
status-rln-prover/Cargo.toml
Sydhds 409cdcb651 Move all code related to smart contracts into lib smart_contract (#7)
* 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
2025-06-13 12:04:10 +02:00

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"