update Cargo.toml

This commit is contained in:
M Alghazwi 2025-06-17 13:05:40 +02:00
parent 35ee544e68
commit a4b4089fc3
No known key found for this signature in database
GPG Key ID: 646E567CAD7DB607

View File

@ -26,30 +26,6 @@ tynm = { version = "0.1.6", default-features = false }
default = []
parallel = ["plonky2/parallel"]
[[bin]]
name = "prove_and_verify"
path = "src/bin/verify.rs"
[[bin]]
name = "gen_input"
path = "src/bin/gen_input.rs"
[[bin]]
name = "build_circ"
path = "src/bin/build_circ.rs"
[[bin]]
name = "prove"
path = "src/bin/prove.rs"
[[bin]]
name = "verify"
path = "src/bin/verify.rs"
[[bin]]
name = "aggregate"
path = "src/bin/aggregate.rs"
[[bench]]
name = "merkle_circuit"
harness = false