| 12345678910111213141516171819202122 |
- [package]
- name = "halo2-examples"
- version = "0.1.0"
- authors = ["narodnik <x@x.org>"]
- edition = "2018"
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
- [dependencies]
- group = "0.10"
- [dependencies.halo2]
- git = "https://github.com/zcash/halo2.git"
- rev = "93aabf26c67fcc7a1d5439c350afcf00f1399aa5"
- [[bin]]
- name = "simple3"
- path = "simple3.rs"
- [[bin]]
- name = "simple4"
- path = "simple4.rs"
|