2025-08-10 00:53:53 -03:00
|
|
|
[package]
|
|
|
|
|
name = "programs"
|
|
|
|
|
version = "0.1.0"
|
2025-09-04 14:38:41 +03:00
|
|
|
edition = "2024"
|
2026-02-10 20:28:13 -05:00
|
|
|
license = { workspace = true }
|
2025-08-10 00:53:53 -03:00
|
|
|
|
2026-03-03 14:17:34 +03:00
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
2025-08-10 00:53:53 -03:00
|
|
|
[dependencies]
|
2025-12-16 17:44:10 +03:00
|
|
|
nssa_core.workspace = true
|
2026-01-16 04:11:33 +03:00
|
|
|
token_core.workspace = true
|
|
|
|
|
token_program.workspace = true
|
2026-01-23 16:30:54 -05:00
|
|
|
amm_core.workspace = true
|
|
|
|
|
amm_program.workspace = true
|
2025-12-16 17:44:10 +03:00
|
|
|
risc0-zkvm.workspace = true
|
|
|
|
|
serde = { workspace = true, default-features = false }
|