Skip to content

Commit fadf648

Browse files
committed
chore: add crates.io metadata for initial publish
1 parent 0510fb1 commit fadf648

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@ name = "commitbee"
77
version = "0.1.0"
88
edition = "2024"
99
rust-version = "1.85"
10-
description = "AI-powered commit message generator"
10+
description = "AI-powered commit message generator using tree-sitter semantic analysis and local LLMs"
1111
license = "PolyForm-Noncommercial-1.0.0"
12+
repository = "https://github.com/Sephyi/commitbee"
13+
readme = "README.md"
14+
keywords = ["git", "commit-message", "conventional-commits", "tree-sitter", "llm"]
15+
categories = ["development-tools", "command-line-utilities"]
16+
exclude = [".github/", "tests/snapshots/"]
1217

1318
[dependencies]
1419
# CLI

0 commit comments

Comments
 (0)