Sergio Chouhy 3e3ee9ba36 taplo fmt
2025-12-12 10:30:57 -03:00

14 lines
330 B
TOML

[package]
name = "program_deployment"
version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { workspace = true, features = ["macros"] }
wallet = { path = "../../wallet" }
nssa-core = { path = "../../nssa/core" }
nssa = { path = "../../nssa" }
key_protocol = { path = "../../key_protocol/" }
clap = "4.5.53"
serde = "1.0.228"