mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-03 13:53:12 +00:00
17 lines
284 B
TOML
17 lines
284 B
TOML
[package]
|
|
name = "test"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
serde_json = "1.0.81"
|
|
risc0-zkvm = { git = "https://github.com/risc0/risc0.git", default-features = false, features = [
|
|
"std",
|
|
] }
|
|
|
|
[dependencies.serde]
|
|
features = ["derive"]
|
|
version = "1.0.60"
|