2025-12-11 20:59:37 -03:00
|
|
|
[package]
|
|
|
|
|
name = "program_deployment"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
2026-01-31 23:13:36 +04:00
|
|
|
license = { workspace = true }
|
2025-12-11 20:59:37 -03:00
|
|
|
|
|
|
|
|
[dependencies]
|
2025-12-16 17:44:10 +03:00
|
|
|
nssa.workspace = true
|
2025-12-24 03:39:39 +03:00
|
|
|
nssa_core.workspace = true
|
2025-12-16 17:44:10 +03:00
|
|
|
wallet.workspace = true
|
|
|
|
|
|
2025-12-11 20:59:37 -03:00
|
|
|
tokio = { workspace = true, features = ["macros"] }
|
2025-12-16 17:44:10 +03:00
|
|
|
clap.workspace = true
|
2026-02-05 16:03:50 +01:00
|
|
|
hex.workspace = true
|
2026-02-06 11:34:54 +01:00
|
|
|
sha2.workspace = true
|