[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" }