mirror of
https://github.com/logos-co/nomos-pocs.git
synced 2025-01-21 06:40:00 +00:00
11 lines
164 B
TOML
11 lines
164 B
TOML
[package]
|
|
name = "methods"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[build-dependencies]
|
|
risc0-build = { version = "1.0" }
|
|
|
|
[package.metadata.risc0]
|
|
methods = ["guest"]
|