[package] name = "ere-test-openvm-guest" version = "0.1.0" edition = "2021" [workspace] [dependencies] openvm = { git = "https://github.com/openvm-org/openvm.git", features = ["std"], tag = "v1.2.0" } test-utils = { path = "../../../crates/test-utils" }