mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-07 15:53:14 +00:00
10 lines
192 B
TOML
10 lines
192 B
TOML
[package]
|
|
name = "test"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
risc0-zkvm = { git="https://github.com/risc0/risc0.git", default-features = false, features = ["std"] }
|