quasar-cli 0.0.0

CLI for the Quasar Solana framework
Documentation
[package]
name = "quasar-cli"
description = "CLI for the Quasar Solana framework"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true

[[bin]]
name = "quasar"
path = "src/main.rs"

[dependencies]
clap = { version = "4.0", features = ["derive"] }
dialoguer = "0.11"
quasar-idl = { version = "0.0.0", path = "../idl" }
quasar-profile = { version = "0.0.0", path = "../profile" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2.0.18"
toml = "0.8"
anyhow = "1.0"
ed25519-dalek = { version = "2", features = ["rand_core"] }
rand = "0.8"
bs58 = "0.5"
dirs = "6"
indicatif = "0.18.4"
clap_complete = "4.6.0"
ctrlc = "3.4"