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
|
|
|
|
2026-03-03 14:17:34 +03:00
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
2025-12-11 20:59:37 -03:00
|
|
|
[dependencies]
|
2026-03-13 22:38:23 +03:00
|
|
|
common.workspace = true
|
2025-12-16 17:44:10 +03:00
|
|
|
nssa.workspace = true
|
2025-12-24 03:39:39 +03:00
|
|
|
nssa_core.workspace = true
|
2026-03-13 22:38:23 +03:00
|
|
|
sequencer_service_rpc = { workspace = true, features = ["client"] }
|
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
|