Skip to content

Commit 0f882af

Browse files
committed
fix: reduce keywords to 5 for crates.io compatibility
1 parent 11987f2 commit 0f882af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vtcode-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
readme = "../README.md"
99
homepage = "https://github.com/vinhnx/vtcode"
1010
repository = "https://github.com/vinhnx/vtcode"
11-
keywords = ["ai", "coding", "agent", "llm", "library", "rust"]
11+
keywords = ["ai", "coding", "agent", "llm", "rust"]
1212
categories = ["development-tools", "api-bindings"]
1313

1414
[dependencies]

0 commit comments

Comments
 (0)