17 lines
472 B
TOML
Raw Normal View History

2023-12-11 18:26:36 +05:30
[package]
name = "benchmark"
version = "0.1.0"
edition = "2021"
[dependencies]
risc0-zkvm = { path = "../external/risc0/risc0/zkvm" }
2023-12-11 18:26:36 +05:30
serde = "1.0"
rand = "0.8.3"
sha2 ={ git = "https://github.com/risc0/RustCrypto-hashes", tag = "sha2-v0.10.6-risczero.0" }
benchmark_methods = { path = "methods" }
zkhash = { git = "https://github.com/HorizenLabs/poseidon2.git"}
ark-ff = "0.4.2"
hex = "0.4.3"
2024-01-03 21:07:56 +05:30
ark-serialize = "0.4"
risc0-core = { path = "../external/risc0/risc0/core" }