mirror of
https://github.com/logos-blockchain/logos-blockchain-specs.git
synced 2026-01-07 23:53:11 +00:00
* cl: restructure cl into a workspace and integrate nullifier proof * cl: get cl tests building again * cl: cleanup commented out code * cl: comment out the failing ptx tests for now.
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"]
|