mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-05-22 09:39:44 +00:00
30 lines
584 B
TOML
30 lines
584 B
TOML
|
|
[package]
|
||
|
|
name = "cycle_bench"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2024"
|
||
|
|
license = { workspace = true }
|
||
|
|
publish = false
|
||
|
|
|
||
|
|
[lints]
|
||
|
|
workspace = true
|
||
|
|
|
||
|
|
[features]
|
||
|
|
default = []
|
||
|
|
prove = ["nssa/prove", "risc0-zkvm/prove"]
|
||
|
|
ppe = ["prove"]
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
nssa = { workspace = true }
|
||
|
|
nssa_core = { workspace = true, features = ["host"] }
|
||
|
|
clock_core.workspace = true
|
||
|
|
token_core.workspace = true
|
||
|
|
amm_core.workspace = true
|
||
|
|
ata_core.workspace = true
|
||
|
|
|
||
|
|
risc0-zkvm.workspace = true
|
||
|
|
borsh.workspace = true
|
||
|
|
serde.workspace = true
|
||
|
|
serde_json.workspace = true
|
||
|
|
anyhow.workspace = true
|
||
|
|
clap = { workspace = true }
|