changepacks-cli 0.2.13

CLI interface and commands for changepacks
Documentation
[package]
name = "changepacks-cli"
version = "0.2.13"
edition = "2024"
license = "Apache-2.0"
description = "CLI interface and commands for changepacks"
readme = "../../README.md"

[dependencies]
nanoid = "0.4"
clap = { version = "^4", features = ["derive"] }
changepacks-utils.workspace = true
changepacks-core.workspace = true
changepacks-node.workspace = true
changepacks-rust.workspace = true
changepacks-python.workspace = true
changepacks-dart.workspace = true
anyhow = "1.0"
inquire = "0.9"
colored = "3"
serde_json = "1.0"
tokio = { version = "1.48", features = ["fs"] }
futures = "0.3"

[dev-dependencies]
rstest = "0.26"