mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
11 lines
239 B
TOML
11 lines
239 B
TOML
[package]
|
|
name = "ere-nexus-guest"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
nexus-rt = { git = "https://github.com/nexus-xyz/nexus-zkvm.git", tag = "v0.3.4" }
|
|
ere-test-utils = { path = "../../../crates/test-utils" }
|
|
|
|
[workspace]
|