Skip to content

Commit

Permalink
Add missing fields to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed Mar 28, 2024
1 parent 4b2c8aa commit a09bea5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
[package]
name = "cai"
version = "0.1.0"
description = "The fastest CLI tool for prompting LLMs (powered by Groq AI)"
keywords = ["llm", "ai", "cli", "prompt", "groq", "openai", "chatgpt", "gpt-4"]
categories = [
"command-line-utilities",
"text-processing",
]
license = "ISC"
repository = "https://github.com/ad-si/cai"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit a09bea5

Please sign in to comment.