mirror of
https://github.com/vacp2p/nescience-zkvm-testing.git
synced 2026-01-09 22:08:10 -05:00
14 lines
317 B
TOML
14 lines
317 B
TOML
[package]
|
|
name = "guest_nullifier_test"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
risc0-zkvm = { version = "^2.1.0", default-features = false, features = ['std'] }
|
|
sha2 = "=0.10.8"
|
|
|
|
[patch.crates-io]
|
|
sha2 = { git = "https://github.com/risc0/RustCrypto-hashes", tag = "sha2-v0.10.8-risczero.0" }
|