Skip to content

Commit 3350781

Browse files
committed
Updated toml
1 parent b24f798 commit 3350781

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[package]
22
name = "git2prompt"
33
version = "0.1.0"
4+
authors = ["Fabio Thomaz Molinar <[email protected]>"]
45
description = "git2prompt is a command-line tool that takes a GitHub repository URL, downloads its contents, and generates a single text file optimized for use as input to AI tools."
5-
categories = ["command-line-interface"]
6+
license = "Apache-2.0"
7+
repository = "https://github.com/fabiomolinar/git2prompt"
8+
categories = ["command-line-interface", "parsing"]
69
keywords = [
710
"command-line",
811
"parser",
912
"crawler",
1013
"AI",
11-
"git",
1214
"GitHub",
13-
"prompt",
14-
"text-file",
15-
"file-generator",
15+
"AI prompt",
1616
"git2prompt"
1717
]
1818
edition = "2024"

0 commit comments

Comments
 (0)