mirror of
https://github.com/eth-act/ere.git
synced 2026-04-25 03:00:10 -04:00
Reorganize crates (#169)
This commit is contained in:
@@ -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" }
|
||||
|
||||
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user