Skip to content

Commit 2766bce

Browse files
committed
fix: reduce keywords to 5 for crates.io compatibility
1 parent 2f5b766 commit 2766bce

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

Cargo.toml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,7 @@ license = "MIT"
88
readme = "README.md"
99
homepage = "https://github.com/vinhnx/vtcode"
1010
repository = "https://github.com/vinhnx/vtcode"
11-
keywords = [
12-
"ai",
13-
"coding",
14-
"agent",
15-
"llm",
16-
"cli",
17-
"terminal",
18-
"rust",
19-
"automation",
20-
]
11+
keywords = ["ai", "coding", "agent", "llm", "cli"]
2112
categories = ["command-line-utilities", "development-tools", "api-bindings"]
2213
exclude = [
2314
"target/",

0 commit comments

Comments
 (0)