mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-02-14 02:13:09 +00:00
12 lines
217 B
TOML
12 lines
217 B
TOML
[package]
|
|
name = "example_program_deployment_methods"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = { workspace = true }
|
|
|
|
[build-dependencies]
|
|
risc0-build.workspace = true
|
|
|
|
[package.metadata.risc0]
|
|
methods = ["guest"]
|