mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-28 01:43:06 +00:00
15 lines
232 B
TOML
15 lines
232 B
TOML
[package]
|
|
name = "nullifier_test"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
nexus-sdk = { git = "https://github.com/nexus-xyz/nexus-zkvm.git", tag = "0.3.4", version = "0.3.4" }
|
|
|
|
[workspace]
|
|
members = [
|
|
"src/guest"
|
|
]
|
|
|
|
|