[package]
edition = "2021"
name = "roxid"
version = "1.0.0"
authors = ["Trey Herrington <trey.herrington00@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Terminal User Interface (TUI) for managing and executing YAML-based pipelines"
homepage = "https://github.com/yourusername/roxid"
readme = "README.md"
keywords = [
"tui",
"pipeline",
"cli",
"terminal",
"yaml",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/trey-herrington/roxid"
[[bin]]
name = "roxid"
path = "src/main.rs"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.color-eyre]
version = "0.6.5"
[dependencies.pipeline-service]
version = "1.0.0"
[dependencies.roxid-tui]
version = "1.0.0"
[dependencies.tokio]
version = "1.0"
features = ["full"]