mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-02 13:53:07 +00:00
16 lines
236 B
TOML
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
|