mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-03 05:43:08 +00:00
15 lines
333 B
TOML
15 lines
333 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" }
|
|
|
|
[patch.crates-io]
|
|
k256 = { git = "https://github.com/risc0/RustCrypto-elliptic-curves", tag = "k256/v0.13.3-risczero.1" }
|
|
|