[package]
edition = "2024"
name = "ft_tui"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A TUI for Hack Club Flavortown"
homepage = "https://github.com/SrIzan10/ft_tui"
documentation = "https://github.com/SrIzan10/ft_tui"
readme = false
license = "GPL-3.0"
license-file = "LICENSE"
repository = "https://github.com/SrIzan10/ft_tui"
[[bin]]
name = "ft_tui"
path = "src/main.rs"
[dependencies.dotenv]
version = "0.15.0"
[dependencies.reqwest]
version = "0.12"
features = [
"json",
"blocking",
]
[dependencies.serde]
version = "1"
features = ["derive"]