mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-14 19:23:09 +00:00
21 lines
394 B
TOML
21 lines
394 B
TOML
[package]
|
|
name = "zk_test_template"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
serde_json = "1.0.81"
|
|
|
|
risc0-zkvm = { git = "https://github.com/risc0/risc0.git", branch = "release-2.0" }
|
|
test-methods = { path = "test_methods" }
|
|
|
|
[dependencies.serde]
|
|
features = ["derive"]
|
|
version = "1.0.60"
|
|
|
|
[features]
|
|
cuda = ["risc0-zkvm/cuda"]
|
|
default = []
|
|
prove = ["risc0-zkvm/prove"]
|