mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-04 06:13:12 +00:00
10 lines
152 B
TOML
10 lines
152 B
TOML
[package]
|
|
name = "core"
|
|
version = "0.12.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
risc0-zkvm = "2.0.2"
|
|
serde = { version = "1.0", default-features = false }
|
|
|