Files
halo2-examples/Cargo.toml
Haichen Shen 869d126132 init
2022-06-14 12:16:09 -07:00

14 lines
253 B
TOML

[package]
name = "fibonacci"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "example1"
path = "src/example1.rs"
[dependencies]
halo2_proofs = "0.1.0"