mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-07 23:53:11 +00:00
16 lines
426 B
TOML
16 lines
426 B
TOML
[package]
|
|
name = "host"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rand = "0.8"
|
|
methods = { path = "../methods" }
|
|
risc0-zkvm = { version = "1.2.0" }
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
|
serde = "1.0"
|
|
ledger_proof_statements = { path = "../../../../cl/ledger_proof_statements" }
|
|
app = { path = "../../app" }
|
|
cl = { path = "../../../../cl/cl" }
|
|
ledger = { path = "../../../../cl/ledger" }
|