From 170b10fc9ed182b5f72ecf379033dda023d0bf07 Mon Sep 17 00:00:00 2001 From: tyshko-rostyslav <122977916+tyshko-rostyslav@users.noreply.github.com> Date: Wed, 26 Jul 2023 14:54:58 +0200 Subject: [PATCH] description and licence (#54) --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 76c2d9c..aa789d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "ark-circom" version = "0.1.0" edition = "2018" +description = "Arkworks bindings to Circom's R1CS, for Groth16 Proof and Witness generation in Rust" +license = "MIT OR Apache-2.0" [lib] crate-type = ["cdylib", "rlib"]