rt-cli 0.1.3

rt is a CLI tools for running task files correctly.
[[bin]]
name = "rt"
path = "src/main.rs"

[dependencies.bpaf]
features = ["derive", "dull-color"]
version = "0.9.20"

[dependencies.inquire]
version = "0.9.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.which]
version = "8.0.0"

[dev-dependencies.tempfile]
version = "3.24.0"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "rt is a CLI tools for running task files correctly."
documentation = "https://github.com/unvalley/rt/README.md"
edition = "2024"
exclude = ["/.github", ".gitignore"]
homepage = "https://github.com/unvalley/rt"
license = "MIT"
name = "rt-cli"
readme = "README.md"
repository = "https://github.com/unvalley/rt"
version = "0.1.3"

[package.metadata.binstall]
bin-dir = "{ name }-{ target }-v{ version }/{ bin }{ binary-ext }"
disabled-strategies = ["quick-install", "compile"]
pkg-fmt = "tgz"
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }-v{ version }.{ archive-format }"