btr 0.2.3

CLI to standardize build, test, and run commands across projects
Documentation
[package]
name = "btr"
version = "0.2.3"
edition = "2024"
description = "CLI to standardize build, test, and run commands across projects"
license = "MIT"
readme = "README.md"
repository = "https://github.com/TheWylieStCoyote/BuildTestRun"
homepage = "https://github.com/TheWylieStCoyote/BuildTestRun"
documentation = "https://docs.rs/btr"
keywords = ["cli", "build", "test", "run", "workspace"]
categories = ["command-line-utilities", "development-tools"]

[dependencies]
clap = { version = "4.6", features = ["derive"] }
clap_complete = "4.6"
clap_mangen = "0.3"
flate2 = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2"
toml = "1.1"
tar = "0.4"
zip = "0.6"

[dev-dependencies]
assert_cmd = "2.2"
predicates = "3.1"
tempfile = "3.27"