mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
12 lines
194 B
TOML
12 lines
194 B
TOML
[package]
|
|
name = "ere-test-openvm-guest"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
openvm = { git = "https://github.com/openvm-org/openvm.git", features = [
|
|
"std",
|
|
] }
|