2025-08-10 00:53:53 -03:00
|
|
|
[package]
|
2025-12-16 17:44:10 +03:00
|
|
|
name = "test_programs"
|
2025-08-10 00:53:53 -03:00
|
|
|
version = "0.1.0"
|
2025-09-04 14:38:41 +03:00
|
|
|
edition = "2024"
|
2026-01-31 23:13:36 +04: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-04-07 19:27:27 +02:00
|
|
|
clock_core.workspace = true
|
|
|
|
|
|
2025-12-16 17:44:10 +03:00
|
|
|
risc0-zkvm.workspace = true
|
2026-04-02 16:53:22 +02:00
|
|
|
serde = { workspace = true, default-features = false }
|