mirror of
https://github.com/logos-storage/zk-benchmarks.git
synced 2026-01-08 08:43:08 +00:00
13 lines
265 B
TOML
13 lines
265 B
TOML
[workspace]
|
|
[package]
|
|
version = "0.1.0"
|
|
name = "bench-script"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
sp1-core = { git = "https://github.com/succinctlabs/sp1.git" }
|
|
rand = "0.8"
|
|
hex = "0.4"
|
|
zkhash = {git = "https://github.com/HorizenLabs/poseidon2"}
|
|
ark-serialize = "0.4"
|