zerokit/multiplier/Cargo.toml

10 lines
267 B
TOML
Raw Normal View History

2022-01-17 04:00:54 +00:00
[package]
name = "multiplier"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-01-17 04:08:14 +00:00
ark-circom = { git = "https://github.com/gakonst/ark-circom", features = ["circom-2"] }