mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-04 06:13:12 +00:00
12 lines
231 B
TOML
12 lines
231 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'] }
|
|
light-poseidon = "0.3.0"
|
|
ark-bn254 = "0.5.0"
|