mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
20 lines
361 B
TOML
20 lines
361 B
TOML
[package]
|
|
name = "test-utils"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
serde = { workspace = true, features = ["derive"] }
|
|
|
|
# Local dependencies
|
|
zkvm-interface = { workspace = true, optional = true }
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[features]
|
|
default = []
|
|
host = ["dep:zkvm-interface"]
|