mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 05:13:08 +00:00
13 lines
232 B
TOML
13 lines
232 B
TOML
[package]
|
|
name = "example_program_deployment_programs"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
nssa_core.workspace = true
|
|
|
|
serde.workspace = true
|
|
hex.workspace = true
|
|
bytemuck.workspace = true
|
|
risc0-zkvm.workspace = true
|