mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 21:33:09 +00:00
11 lines
209 B
TOML
11 lines
209 B
TOML
[package]
|
|
name = "programs"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
risc0-zkvm = { version = "2.3.1", default-features = false, features = ['std'] }
|
|
nssa-core = { path = "../../core" }
|