Browse Source

description and licence (#54)

pull/3/head
tyshko-rostyslav 1 year ago
committed by GitHub
parent
commit
170b10fc9e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Cargo.toml

+ 2
- 0
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"]

Loading…
Cancel
Save