Add halo2 to dependencies

This commit is contained in:
Jack Grigg 2020-10-20 23:18:40 +01:00
parent 7360a22776
commit 012d5b9bb7
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ publish = false
[package.metadata.docs.rs]
rustdoc-args = [ "--html-in-header", "katex-header.html" ]
[dependencies]
halo2 = { git = "https://github.com/zcash/halo2.git", branch = "main" }
[dev-dependencies]
criterion = "0.3"