[package]
name = "alp-cli"
version.workspace = true
edition.workspace = true
license.workspace = true
repository = "https://github.com/alplabai/alp-sdk-vscode/tree/main/cli-rs"
rust-version.workspace = true
readme = "README.md"
description = "The native `alp` CLI for ALP SDK embedded projects: board.yaml validate/generate, project scaffolding, toolchain bootstrap, and west build/flash with a stable JSON envelope."
[package.metadata.binstall]
pkg-url = "https://github.com/alplabai/alp-sdk-vscode/releases/download/cli-rs-v{ version }/alp-{ target }.tar.gz"
pkg-fmt = "tgz"
bin-dir = "{ bin }{ binary-ext }"
[[bin]]
name = "alp"
path = "src/main.rs"
[dependencies]
alp-core = { path = "../alp-core", version = "0.1.6" }
clap.workspace = true
inquire.workspace = true
serde.workspace = true
serde_json.workspace = true
ureq.workspace = true
anyhow.workspace = true
owo-colors.workspace = true
indicatif.workspace = true