mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-05-05 09:03:12 +00:00
13 lines
390 B
TOML
13 lines
390 B
TOML
[package]
|
|
name = "stf"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
risc0-zkvm = { version = "1.2.0", default-features = false, features = ['std'] }
|
|
app = { path = "../../../app" }
|
|
ledger_proof_statements = { path = "../../../../../cl/ledger_proof_statements" }
|
|
cl = { path = "../../../../../cl/cl" }
|
|
ledger_risc0_proof = { path = "../../../../../cl/ledger_risc0_proof" } |