Files
ft_cli/Cargo.toml
2026-03-15 15:36:42 +01:00

15 lines
450 B
TOML

[package]
name = "ft_tui"
version = "0.0.1"
edition = "2024"
description = "A TUI for Hack Club Flavortown"
license = "GPL-3.0"
license-file = "LICENSE"
documentation = "https://github.com/SrIzan10/ft_tui"
homepage = "https://github.com/SrIzan10/ft_tui"
repository = "https://github.com/SrIzan10/ft_tui"
[dependencies]
dotenv = "0.15.0"
reqwest = { version = "0.12", features = ["json", "blocking"] }
serde = { version = "1", features = ["derive"] }