mirror of
https://github.com/SrIzan10/ft_cli.git
synced 2026-06-06 00:56:54 +00:00
15 lines
450 B
TOML
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"] } |