mirror of
https://github.com/eth-act/ere.git
synced 2026-02-19 11:54:42 -05:00
14 lines
246 B
TOML
14 lines
246 B
TOML
[package]
|
|
name = "ere-jolt-guest"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
ere-platform-jolt = { path = "../../../crates/zkvm/jolt/platform" }
|
|
ere-test-utils = { path = "../../../crates/test-utils" }
|
|
|
|
[features]
|
|
guest = []
|
|
|
|
[workspace]
|