mirror of
https://github.com/logos-co/nomos-pocs.git
synced 2025-02-06 06:24:11 +00:00
12 lines
211 B
TOML
12 lines
211 B
TOML
[package]
|
|
name = "nomos_cl_risc0_proofs"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[build-dependencies]
|
|
risc0-build = { version = "1.0" }
|
|
|
|
[package.metadata.risc0]
|
|
methods = ["bundle", "death_constraint_nop", "ptx"]
|
|
|