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