groq-model-comparison/rust-learning/Cargo.toml

14 lines
279 B
TOML
Raw Normal View History

2024-12-24 17:29:47 +00:00
[package]
name = "rust-learning"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-12-27 07:27:22 +00:00
dotenv = "0.15.0"
2024-12-24 17:29:47 +00:00
eframe = "0.30.0"
2024-12-27 07:27:22 +00:00
futures = "0.3.31"
reqwest = { version = "0.12", features = ["json"] }
serde = "1.0.216"
serde_json = "1.0.134"
tokio = { version = "1", features = ["full"] }