Files
powdr/openvm/guest/Cargo.toml
Leo b0e8852d6d Update openvm guests (#2957)
Change the openvm guest tests to use powdr/openvm main branch and update
the code accordingly.
2025-06-27 14:20:42 +00:00

13 lines
238 B
TOML

[workspace]
[package]
name = "powdr-openvm-guest-stdin-test"
version = "0.0.0"
edition = "2021"
[dependencies]
openvm = { git = "https://github.com/powdr-labs/openvm.git" }
[profile.release-with-debug]
inherits = "release"
debug = true