mirror of
https://github.com/logos-storage/zk-benchmarks.git
synced 2026-01-08 16:53:13 +00:00
14 lines
311 B
TOML
14 lines
311 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" ] }
|
|
|
|
# [lib]
|
|
# name = "guest"
|
|
# path = "src/mod.rs" |