Reorganize crates (#169)

This commit is contained in:
Han
2025-10-16 08:03:04 +08:00
committed by GitHub
parent afab316a14
commit 7e0c8d7fe8
106 changed files with 377 additions and 369 deletions

View File

@@ -8,4 +8,4 @@ edition = "2021"
[dependencies]
bincode = "1.3.3"
openvm = { git = "https://github.com/openvm-org/openvm.git", features = ["std"], tag = "v1.4.0" }
test-utils = { path = "../../../crates/test-utils" }
ere-test-utils = { path = "../../../crates/test-utils" }

View File

@@ -1,5 +1,5 @@
use openvm::io::{read, read_vec, reveal_bytes32};
use test_utils::guest::{BasicProgramCore, BasicStruct};
use ere_test_utils::guest::{BasicProgramCore, BasicStruct};
fn main() {
// Read `bytes`.