mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-08 00:03:07 +00:00
8 lines
162 B
TOML
8 lines
162 B
TOML
|
|
[package]
|
||
|
|
name = "toy-example-core"
|
||
|
|
version = "0.12.0"
|
||
|
|
edition = "2021"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
risc0-zkvm = "2.0.2"
|
||
|
|
serde = { version = "1.0", default-features = false }
|