mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +00:00
23 lines
446 B
TOML
23 lines
446 B
TOML
[package]
|
|
name = "nssa"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
thiserror = "2.0.12"
|
|
risc0-zkvm = "2.3.1"
|
|
nssa-core = { path = "core", features = ["host"] }
|
|
program-methods = { path = "program_methods" }
|
|
serde = "1.0.219"
|
|
sha2 = "0.10.9"
|
|
secp256k1 = "0.31.1"
|
|
k256 = "0.13.3"
|
|
rand = "0.8"
|
|
borsh = "1.5.7"
|
|
bytemuck = "1.13"
|
|
hex = "0.4.3"
|
|
|
|
[dev-dependencies]
|
|
test-program-methods = { path = "test_program_methods" }
|
|
hex-literal = "1.0.0"
|