mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
Change the openvm guest tests to use powdr/openvm main branch and update the code accordingly.
13 lines
238 B
TOML
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
|