mirror of
https://github.com/eth-act/ere.git
synced 2026-02-19 11:54:42 -05:00
12 lines
274 B
TOML
12 lines
274 B
TOML
[package]
|
|
name = "ere-test-openvm-guest"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
|
|
[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" }
|