mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
Reorganize crates (#169)
This commit is contained in:
@@ -8,4 +8,4 @@ edition = "2021"
|
||||
[dependencies]
|
||||
bincode = "1.3.3"
|
||||
ziskos = { git = "https://github.com/0xPolygonHermez/zisk.git", tag = "v0.12.0" }
|
||||
test-utils = { path = "../../../crates/test-utils" }
|
||||
ere-test-utils = { path = "../../../crates/test-utils" }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#![no_main]
|
||||
|
||||
use test_utils::guest::{BasicProgramCore, BasicStruct};
|
||||
use ere_test_utils::guest::{BasicProgramCore, BasicStruct};
|
||||
|
||||
ziskos::entrypoint!(main);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user