Skip to content

Commit 737bace

Browse files
committed
updated toml
1 parent 61be453 commit 737bace

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ description = "git2prompt is a command-line tool that takes a GitHub repository
66
readme = "README.md"
77
license = "Apache-2.0"
88
repository = "https://github.com/fabiomolinar/git2prompt"
9-
categories = ["command-line-interface", "parsing"]
9+
categories = [
10+
"command-line-interface",
11+
"parsing",
12+
"text-processing"
13+
]
1014
keywords = [
1115
"command-line",
1216
"parser",
1317
"crawler",
14-
"AI prompt",
18+
"AI",
1519
"git2prompt"
1620
]
1721
edition = "2024"

0 commit comments

Comments
 (0)