mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 05:13:08 +00:00
12 lines
210 B
TOML
12 lines
210 B
TOML
[package]
|
|
name = "program_deployment"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
nssa.workspace = true
|
|
wallet.workspace = true
|
|
|
|
tokio = { workspace = true, features = ["macros"] }
|
|
clap.workspace = true
|