mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-04 06:13:12 +00:00
12 lines
271 B
TOML
12 lines
271 B
TOML
[package]
|
|
name = "toy_example"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
risc0-zkvm = { version = "2.2.0", default-features = false, features = ['std'] }
|
|
toy-example-core = {path = "../../core" }
|
|
transfer-methods = {path = "../../transfer_methods"}
|