description and licence (#54)

This commit is contained in:
tyshko-rostyslav
2023-07-26 14:54:58 +02:00
committed by GitHub
parent 574813398e
commit 170b10fc9e

View File

@@ -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"]