From cdecd2fadd7c27cfa041f8d15ef723093fe09592 Mon Sep 17 00:00:00 2001 From: mmagician Date: Thu, 18 Jul 2024 09:46:42 +0200 Subject: [PATCH] add homepage & repo manifest fields --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2a2dc9a..719a2c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,8 @@ name = "ark-circom" version = "0.5.0-alpha" edition = "2018" description = "Arkworks bindings to Circom's R1CS, for Groth16 Proof and Witness generation in Rust" +homepage = "https://arkworks.rs" +repository = "https://github.com/arkworks-rs/circom-compat" license = "MIT OR Apache-2.0" [lib]