[package]
name = "tui"
version = "0.1.0"
edition = "2021"

[dependencies]
bevy_ecs = "0.16"
crossterm = "0.29.0"
ratatui = "0.29.0"
sunocore = { path = "../sunocore" }
serde_json = "1"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls", "blocking"] }
dotenvy = "0.15"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing-error = "0.2"
directories = "5"
lazy_static = "1"
color-eyre = "0.6"
tokio = { version = "1", features = ["rt", "sync"] }
