roxid 0.1.2

A Terminal User Interface (TUI) for managing and executing YAML-based pipelines
[[bin]]
name = "roxid"
path = "src/main.rs"

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.pipeline-rpc]
version = "0.1.0"

[dependencies.roxid-tui]
version = "0.1.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[package]
authors = ["Trey Herrington <trey.herrington00@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A Terminal User Interface (TUI) for managing and executing YAML-based pipelines"
edition = "2021"
homepage = "https://github.com/yourusername/roxid"
keywords = ["tui", "pipeline", "cli", "terminal", "yaml"]
license = "MIT OR Apache-2.0"
name = "roxid"
readme = "README.md"
repository = "https://github.com/trey-herrington/roxid"
version = "0.1.2"