aigitcommit 1.6.1

A simple git commit message generator by OpenAI compaction model.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*!
 * Copyright (c) 2025 Hangzhou Guanwaii Technology Co,.Ltd.
 *
 * This source code is licensed under the MIT License,
 * which is located in the LICENSE file in the source tree's root directory.
 *
 * File: build.rs
 * Author: mingcheng <mingcheng@apache.org>
 * File Created: 2025-10-16 13:46:57
 *
 * Modified By: mingcheng <mingcheng@apache.org>
 * Last Modified: 2025-10-16 13:47:06
 */

fn main() {
    built::write_built_file().expect("Failed to write built.rs");
}