mirror of
https://github.com/SrIzan10/ft_cli.git
synced 2026-06-06 00:56:54 +00:00
9 lines
207 B
TOML
9 lines
207 B
TOML
[package]
|
|
name = "ft_cli"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
dotenv = "0.15.0"
|
|
reqwest = { version = "0.12", features = ["json", "blocking"] }
|
|
serde = { version = "1", features = ["derive"] } |