mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-02-17 11:53:14 +00:00
24 lines
485 B
TOML
24 lines
485 B
TOML
[package]
|
|
name = "nssa_core"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = { workspace = true }
|
|
|
|
[dependencies]
|
|
risc0-zkvm.workspace = true
|
|
borsh.workspace = true
|
|
serde.workspace = true
|
|
serde_with.workspace = true
|
|
thiserror.workspace = true
|
|
bytemuck.workspace = true
|
|
base58.workspace = true
|
|
k256 = { workspace = true, optional = true }
|
|
chacha20 = { version = "0.9", default-features = false }
|
|
|
|
[dev-dependencies]
|
|
serde_json.workspace = true
|
|
|
|
[features]
|
|
default = []
|
|
host = ["dep:k256"]
|