Add ark-circom dep with circom-2 flag

This commit is contained in:
Oskar Thoren 2022-01-17 12:08:14 +08:00
parent 4cedf635a0
commit a340ea50fb
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 1 additions and 0 deletions

View File

@ -6,3 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ark-circom = { git = "https://github.com/gakonst/ark-circom", features = ["circom-2"] }