mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-03-31 16:03:09 +00:00
13 lines
317 B
TOML
13 lines
317 B
TOML
[package]
|
|
name = "guest_short_tree_test"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
risc0-zkvm = { version = "^2.2.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" } |