mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-07 15:53:12 +00:00
11 lines
167 B
TOML
11 lines
167 B
TOML
|
|
[package]
|
||
|
|
name = "methods"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2021"
|
||
|
|
|
||
|
|
[build-dependencies]
|
||
|
|
risc0-build = { version = "^2.2.0" }
|
||
|
|
|
||
|
|
[package.metadata.risc0]
|
||
|
|
methods = ["guest"]
|