mirror of
https://github.com/logos-storage/zk-benchmarks.git
synced 2026-01-07 16:23:11 +00:00
11 lines
279 B
TOML
11 lines
279 B
TOML
[package]
|
|
name = "method"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
# If you want to try (experimental) std support, add `features = [ "std" ]` to risc0-zkvm
|
|
risc0-zkvm = { version = "0.19.0", default-features = false, features = [ "std" ] }
|
|
sha3 = "0.10.8" |