ft_tui 0.0.1

A TUI for Hack Club Flavortown
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"]