mirror of
https://github.com/icemelon/halo2-examples.git
synced 2026-01-09 14:07:57 -05:00
14 lines
253 B
TOML
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"
|