mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-03 05:43:08 +00:00
11 lines
220 B
TOML
11 lines
220 B
TOML
[package]
|
|
name = "test-methods"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[build-dependencies]
|
|
risc0-build = { git = "https://github.com/risc0/risc0.git", branch = "release-2.1" }
|
|
|
|
[package.metadata.risc0]
|
|
methods = ["guest"]
|