plonky2/Cargo.toml
Daniel Lubarov 9fdff8ea08 Gate infra
2021-02-26 13:18:41 -08:00

16 lines
236 B
TOML

[package]
name = "plonky2"
version = "0.1.0"
authors = ["Daniel Lubarov <daniel@lubarov.com>"]
edition = "2018"
[dependencies]
unroll = "0.1.5"
rayon = "1.5.0"
num = "0.3"
[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1