mirror of
https://github.com/logos-storage/zk-benchmarks.git
synced 2026-05-05 17:29:31 +00:00
18 lines
380 B
TOML
18 lines
380 B
TOML
[package]
|
|
name = "plonky2"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
plonky2_u32 ={ git = "https://github.com/0xPolygonZero/plonky2-u32"}
|
|
plonky2_field ={ git = "https://github.com/0xPolygonZero/plonky2"}
|
|
plonky2 = "0.1.4"
|
|
rand = "0.8.3"
|
|
anyhow = "1.0.79"
|
|
sha2 = "0.10"
|
|
|
|
|
|
|