rt-cli 0.1.0

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.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.0"