runcli 0.0.1

CLI AI agent for analyzing running training data
[package]
name = "runcli"
description = "CLI AI agent for analyzing running training data"
version = "0.0.1"
edition = "2024"
license = "MIT"

[dependencies]
reqwest = { version = "0.12", features = ["json"] }
tokio = { version = "1", features = ["full"] }
dotenvy = "0.15"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
clap = { version = "4.6.0", features = ["derive"] }
ratatui = "0.30.0"
crossterm = "0.29.0"
open = "5.3.3"
tiny_http = "0.12.0"
color-eyre = "0.6.5"
chrono = "0.4.44"