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