mirror of
https://github.com/logos-storage/zk-benchmarks.git
synced 2026-02-07 23:33:29 +00:00
13 lines
228 B
TOML
13 lines
228 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]
|
|
anyhow = "1.0.79"
|
|
plonky2 = "0.1.4"
|
|
rand = "0.8.3"
|
|
|