mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
12 lines
256 B
TOML
12 lines
256 B
TOML
[package]
|
|
name = "ere-test-zisk-guest"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
bincode = "1.3.3"
|
|
ziskos = { git = "https://github.com/0xPolygonHermez/zisk.git", tag = "v0.10.0" }
|
|
test-utils = { path = "../../../crates/test-utils" }
|