mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-01-08 21:58:00 -05:00
19 lines
287 B
TOML
19 lines
287 B
TOML
[package]
|
|
name = "fibonacci"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
default = []
|
|
simd = ["powdr/plonky3-simd"]
|
|
|
|
[dependencies]
|
|
powdr = { git = "https://github.com/powdr-labs/powdr", tag = "v0.1.3", features = [
|
|
"plonky3",
|
|
] }
|
|
|
|
env_logger = "0.10.2"
|
|
log = "0.4.27"
|
|
|
|
[workspace]
|