File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,14 @@ name = "aigitcommit"
33version = " 1.3.0"
44edition = " 2024"
55description = " A simple git commit message generator by OpenAI compaction model."
6- license = " MIT "
6+ license-file = " LICENSE "
77readme = " README.md"
88keywords = [" git" , " openai" , " tools" ]
9- authors = [" mingcheng<mingcheng@apache.org" ]
9+ authors = [" mingcheng <mingcheng@apache.org" ]
1010repository = " https://github.com/mingcheng/aigitcommit"
1111homepage = " https://github.com/mingcheng/aigitcommit"
1212exclude = [" assets/*" , " hooks/*" ]
13+ categories = [" command-line-utilities" , " development-tools::git-tools" ]
1314
1415[dependencies ]
1516reqwest = { version = " 0.12.12" , features = [
Original file line number Diff line number Diff line change 11# AIGitCommit
22
3+ [ ![ Cargo Build & Test] ( https://github.com/mingcheng/aigitcommit/actions/workflows/rust.yml/badge.svg?branch=main )] ( https://github.com/mingcheng/aigitcommit/actions/workflows/rust.yml )
4+
35![ screenshots] ( ./assets/screenshots.png )
46
57A simple tool to help you write better Git commit messages using AI.
You can’t perform that action at this time.
0 commit comments