mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-02 13:23:08 +00:00
11 lines
227 B
TOML
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"
|