From 32151738b27c482a2b910111f0545d7421f31fd7 Mon Sep 17 00:00:00 2001 From: Pratyush Mishra Date: Mon, 12 Aug 2019 16:14:46 -0700 Subject: [PATCH] Move ConstraintSystem and related traits to own crate, and move gm17 to own crate. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d820ee3..1c3c5dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [workspace] -members = [ "dpc", "algebra", "snark", "snark-gadgets", "bench-utils" ] +members = [ "dpc", "algebra", "r1cs-core", "r1cs-lib", "gm17", "snark-gadgets", "bench-utils" ] [profile.release] opt-level = 3