mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-06 15:23:10 +00:00
12 lines
199 B
TOML
12 lines
199 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",
|
|
] }
|