11 lines
172 B
TOML
Raw Normal View History

2025-08-10 00:53:53 -03:00
[package]
2025-12-16 17:44:10 +03:00
name = "test_program_methods"
2025-08-10 00:53:53 -03:00
version = "0.1.0"
2025-09-04 14:38:41 +03:00
edition = "2024"
2025-08-10 00:53:53 -03:00
[build-dependencies]
2025-12-16 17:44:10 +03:00
risc0-build.workspace = true
2025-08-10 00:53:53 -03:00
[package.metadata.risc0]
methods = ["guest"]