trx-cli 0.1.6

A Modern Cross-Platform Package Manager TUI
[package]
name = "trx-cli"
version = "0.1.6"
edition = "2024"
description = "A Modern Cross-Platform Package Manager TUI"
license = "MIT"
repository = "https://github.com/pie-314/trx"
homepage = "https://github.com/pie-314/trx"
exclude = ["trx-web/**", "target/**", "assets/**"]

[[bin]]
name = "trx"
path = "src/main.rs"

[dependencies]
color-eyre = "0.6.5"
ratatui = "0.29.0"
textwrap = "0.16.2"
lazy_static = "1.4"
reqwest = { version = "0.12", features = ["blocking", "json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
flate2 = "1.1.5"
tar = "0.4.44"
toml = "0.8"
directories = "5.0"
tempfile = "3.10"