jonesmarvin8 7165d4d221 update
Include single-hash test
Updates to include realistic UTXO testing.
2025-07-24 10:31:01 -04:00

11 lines
227 B
TOML

[package]
name = "host"
version = "0.1.0"
edition = "2021"
[dependencies]
methods = { path = "../methods" }
risc0-zkvm = { version = "^2.2.0" }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
serde = "1.0"